Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dftrace.c1025 static int ftrace_graph_active; variable
1027 # define ftrace_graph_active 0 macro
2853 if (ftrace_graph_active) in ftrace_startup_sysctl()
2869 if (ftrace_graph_active) in ftrace_shutdown_sysctl()
6970 if (ftrace_graph_active) { in register_ftrace_graph()
6977 ftrace_graph_active++; in register_ftrace_graph()
6980 ftrace_graph_active--; in register_ftrace_graph()
7006 if (unlikely(!ftrace_graph_active)) in unregister_ftrace_graph()
7009 ftrace_graph_active--; in unregister_ftrace_graph()
7048 if (ftrace_graph_active) { in ftrace_graph_init_idle_task()
[all …]