Home
last modified time | relevance | path

Searched refs:depth_irq (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_functions_graph.c25 int depth_irq; member
840 int *depth_irq; in check_irq_entry() local
852 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
857 if (*depth_irq >= 0) in check_irq_entry()
867 *depth_irq = depth; in check_irq_entry()
886 int *depth_irq; in check_irq_return() local
898 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
903 if (*depth_irq == -1) in check_irq_return()
916 *depth_irq = -1; in check_irq_return()
1295 int *depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in graph_trace_open() local
[all …]