Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtrace_recursion.h80 #define trace_recursion_set(bit) do { (current)->trace_recursion |= (1<<(bit)); } while (0) macro
129 trace_recursion_set(TRACE_RECORD_RECURSION_BIT); \
143 trace_recursion_set(TRACE_RECORD_RECURSION_BIT); \
/openbmc/linux/kernel/trace/
H A Dtrace.h919 trace_recursion_set(TRACE_GRAPH_BIT); in ftrace_graph_addr()
928 trace_recursion_set(TRACE_IRQ_BIT); in ftrace_graph_addr()
H A Dtrace_functions_graph.c153 trace_recursion_set(TRACE_GRAPH_NOTRACE_BIT); in trace_graph_entry()