Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_functions_graph.c25 int depth_irq; member
1091 int *depth_irq; in check_irq_entry() local
1105 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
1110 if (*depth_irq >= 0) in check_irq_entry()
1120 *depth_irq = depth; in check_irq_entry()
1139 int *depth_irq; in check_irq_return() local
1151 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
1156 if (*depth_irq in check_irq_return()
1574 int *depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); graph_trace_open() local
[all...]