Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dfgraph.c27 int ftrace_graph_active; variable
516 if (ftrace_graph_active) { in ftrace_graph_init_idle_task()
541 if (ftrace_graph_active) { in ftrace_graph_init_task()
605 if (ftrace_graph_active) { in register_ftrace_graph()
612 ftrace_graph_active++; in register_ftrace_graph()
615 ftrace_graph_active--; in register_ftrace_graph()
641 if (unlikely(!ftrace_graph_active)) in unregister_ftrace_graph()
644 ftrace_graph_active--; in unregister_ftrace_graph()
Dftrace_internal.h43 extern int ftrace_graph_active;
46 # define ftrace_graph_active 0 macro
Dftrace.c3027 if (ftrace_graph_active) in ftrace_startup_sysctl()
3043 if (ftrace_graph_active) in ftrace_shutdown_sysctl()