Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c1104 static int ftrace_graph_active; variable
1106 # define ftrace_graph_active 0 macro
2761 if (ftrace_graph_active) in ftrace_startup_sysctl()
2777 if (ftrace_graph_active) in ftrace_shutdown_sysctl()
5875 if (ftrace_graph_active) { in register_ftrace_graph()
5882 ftrace_graph_active++; in register_ftrace_graph()
5885 ftrace_graph_active--; in register_ftrace_graph()
5911 if (unlikely(!ftrace_graph_active)) in unregister_ftrace_graph()
5914 ftrace_graph_active--; in unregister_ftrace_graph()
5952 if (ftrace_graph_active) { in ftrace_graph_init_idle_task()
[all …]