Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dfgraph.c29 int ftrace_graph_active; variable
551 if (ftrace_graph_active) { in ftrace_graph_init_idle_task()
576 if (ftrace_graph_active) { in ftrace_graph_init_task()
640 if (ftrace_graph_active) { in register_ftrace_graph()
647 ftrace_graph_active++; in register_ftrace_graph()
650 ftrace_graph_active--; in register_ftrace_graph()
676 if (unlikely(!ftrace_graph_active)) in unregister_ftrace_graph()
679 ftrace_graph_active--; in unregister_ftrace_graph()
H A Dftrace_internal.h44 extern int ftrace_graph_active;
47 # define ftrace_graph_active 0 macro
H A Dftrace.c8189 if (ftrace_graph_active) in ftrace_startup_sysctl()
8205 if (ftrace_graph_active) in ftrace_shutdown_sysctl()