Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dftrace.c1103 static int ftrace_graph_active; variable
1105 # define ftrace_graph_active 0 macro
2752 if (ftrace_graph_active) in ftrace_startup_sysctl()
2768 if (ftrace_graph_active) in ftrace_shutdown_sysctl()
5849 if (ftrace_graph_active) { in register_ftrace_graph()
5856 ftrace_graph_active++; in register_ftrace_graph()
5859 ftrace_graph_active--; in register_ftrace_graph()
5885 if (unlikely(!ftrace_graph_active)) in unregister_ftrace_graph()
5888 ftrace_graph_active--; in unregister_ftrace_graph()
5938 if (ftrace_graph_active) { in ftrace_graph_init_idle_task()
[all …]