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

/linux-master/include/linux/
H A Dtrace_recursion.h48 TRACE_GRAPH_BIT, enumerator in enum:__anon449
63 * of what the depth is when we set TRACE_GRAPH_BIT
/linux-master/kernel/trace/
H A Dtrace.h927 trace_recursion_set(TRACE_GRAPH_BIT);
949 if (trace_recursion_test(TRACE_GRAPH_BIT) &&
951 trace_recursion_clear(TRACE_GRAPH_BIT);
995 return !(trace_recursion_test(TRACE_GRAPH_BIT) ||

Completed in 101 milliseconds