Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtrace_recursion.h74 TRACE_GRAPH_NOTRACE_BIT, enumerator
/openbmc/linux/kernel/trace/
H A Dtrace_functions_graph.c142 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) in trace_graph_entry()
153 trace_recursion_set(TRACE_GRAPH_NOTRACE_BIT); in trace_graph_entry()
252 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) { in trace_graph_return()
253 trace_recursion_clear(TRACE_GRAPH_NOTRACE_BIT); in trace_graph_return()
282 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) { in trace_graph_thresh_return()
283 trace_recursion_clear(TRACE_GRAPH_NOTRACE_BIT); in trace_graph_thresh_return()