Searched refs:ftrace_graph_active (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/trace/
H A Dftrace_internal.h44 extern int ftrace_graph_active;
47 # define ftrace_graph_active 0 macro
H A Dfgraph.c29 int ftrace_graph_active; variable
551 if (ftrace_graph_active) {
576 if (ftrace_graph_active) {
640 if (ftrace_graph_active) {
647 ftrace_graph_active++;
650 ftrace_graph_active--;
676 if (unlikely(!ftrace_graph_active))
679 ftrace_graph_active--;
H A Dftrace.c8183 if (ftrace_graph_active)
8199 if (ftrace_graph_active)

Completed in 132 milliseconds