Home
last modified time | relevance | path

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

/linux-5.10/kernel/trace/
Dtrace_functions_graph.c121 if (!ftrace_graph_skip_irqs || trace_recursion_test(TRACE_IRQ_BIT)) in ftrace_graph_ignore_irqs()
137 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) in trace_graph_entry()
248 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) { in trace_graph_return()
278 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) { in trace_graph_thresh_return()
Dtrace.h650 #define trace_recursion_test(bit) ((current)->trace_recursion & (1<<(bit))) macro
706 if (trace_recursion_test(bit)) in trace_test_and_set_recursion()
1064 if (trace_recursion_test(TRACE_GRAPH_BIT) && in ftrace_graph_addr_finish()
1110 return !(trace_recursion_test(TRACE_GRAPH_BIT) || in ftrace_graph_ignore_func()