Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dfgraph.c27 int ftrace_graph_active; variable
488 if (ftrace_graph_active) { in ftrace_graph_init_idle_task()
513 if (ftrace_graph_active) { in ftrace_graph_init_task()
577 if (ftrace_graph_active) { in register_ftrace_graph()
584 ftrace_graph_active++; in register_ftrace_graph()
587 ftrace_graph_active--; in register_ftrace_graph()
613 if (unlikely(!ftrace_graph_active)) in unregister_ftrace_graph()
616 ftrace_graph_active--; in unregister_ftrace_graph()
Dftrace_internal.h65 extern int ftrace_graph_active;
68 # define ftrace_graph_active 0 macro
Dftrace.c2840 if (ftrace_graph_active) in ftrace_startup_sysctl()
2856 if (ftrace_graph_active) in ftrace_shutdown_sysctl()