Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtrace_recursion.h82 #define trace_recursion_test(bit) ((current)->trace_recursion & (1<<(bit))) macro
128 if (!trace_recursion_test(TRACE_RECORD_RECURSION_BIT)) { \
/linux-6.1.9/kernel/trace/
Dtrace_functions_graph.c120 if (!ftrace_graph_skip_irqs || trace_recursion_test(TRACE_IRQ_BIT)) in ftrace_graph_ignore_irqs()
136 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) in trace_graph_entry()
246 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) { in trace_graph_return()
276 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) { in trace_graph_thresh_return()
Dtrace.h908 if (trace_recursion_test(TRACE_GRAPH_BIT) && in ftrace_graph_addr_finish()
954 return !(trace_recursion_test(TRACE_GRAPH_BIT) || in ftrace_graph_ignore_func()