Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtrace_recursion.h82 #define trace_recursion_test(bit) ((current)->trace_recursion & (1<<(bit))) macro
128 if (!trace_recursion_test(TRACE_RECORD_RECURSION_BIT)) { \
/linux/kernel/trace/
A 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()
A Dtrace.h907 if (trace_recursion_test(TRACE_GRAPH_BIT) && in ftrace_graph_addr_finish()
953 return !(trace_recursion_test(TRACE_GRAPH_BIT) || in ftrace_graph_ignore_func()

Completed in 16 milliseconds