Home
last modified time | relevance | path

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

/kernel/trace/
Dfgraph.c27 int ftrace_graph_active; variable
514 if (ftrace_graph_active) { in ftrace_graph_init_idle_task()
539 if (ftrace_graph_active) { in ftrace_graph_init_task()
603 if (ftrace_graph_active) { in register_ftrace_graph()
610 ftrace_graph_active++; in register_ftrace_graph()
613 ftrace_graph_active--; in register_ftrace_graph()
639 if (unlikely(!ftrace_graph_active)) in unregister_ftrace_graph()
642 ftrace_graph_active--; in unregister_ftrace_graph()
Dftrace_internal.h43 extern int ftrace_graph_active;
46 # define ftrace_graph_active 0 macro
Dftrace.c3035 if (ftrace_graph_active) in ftrace_startup_sysctl()
3051 if (ftrace_graph_active) in ftrace_shutdown_sysctl()