Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtrace_recursion.h82 #define trace_recursion_test(bit) ((current)->trace_recursion & (1<<(bit))) macro
128 if (!trace_recursion_test(TRACE_RECORD_RECURSION_BIT)) { \
142 if (__ret && !trace_recursion_test(TRACE_RECORD_RECURSION_BIT)) { \
/openbmc/linux/kernel/trace/
H A Dtrace_functions_graph.c126 if (!ftrace_graph_skip_irqs || trace_recursion_test(TRACE_IRQ_BIT)) in ftrace_graph_ignore_irqs()
142 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) in trace_graph_entry()
252 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) { in trace_graph_return()
282 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) { in trace_graph_thresh_return()
H A Dtrace.h941 if (trace_recursion_test(TRACE_GRAPH_BIT) && in ftrace_graph_addr_finish()
987 return !(trace_recursion_test(TRACE_GRAPH_BIT) || in ftrace_graph_ignore_func()