Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_functions_graph.c136 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) in trace_graph_entry()
147 trace_recursion_set(TRACE_GRAPH_NOTRACE_BIT); in trace_graph_entry()
246 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) { in trace_graph_return()
247 trace_recursion_clear(TRACE_GRAPH_NOTRACE_BIT); in trace_graph_return()
276 if (trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT)) { in trace_graph_thresh_return()
277 trace_recursion_clear(TRACE_GRAPH_NOTRACE_BIT); in trace_graph_thresh_return()
/linux/include/linux/
A Dtrace_recursion.h74 TRACE_GRAPH_NOTRACE_BIT, enumerator

Completed in 7 milliseconds