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

/linux-master/include/linux/
H A Dtrace_recursion.h74 TRACE_GRAPH_NOTRACE_BIT, enumerator in enum:__anon449
/linux-master/kernel/trace/
H A Dtrace_functions_graph.c142 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT))
153 trace_recursion_set(TRACE_GRAPH_NOTRACE_BIT);
252 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) {
253 trace_recursion_clear(TRACE_GRAPH_NOTRACE_BIT);
282 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) {
283 trace_recursion_clear(TRACE_GRAPH_NOTRACE_BIT);

Completed in 152 milliseconds