Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_functions.c134 if (unlikely(!tr->function_enabled)) in function_trace_call()
167 if (unlikely(!tr->function_enabled)) in function_stack_trace_call()
211 tr->function_enabled = 0; in tracing_start_function_trace()
213 tr->function_enabled = 1; in tracing_start_function_trace()
218 tr->function_enabled = 0; in tracing_stop_function_trace()
Dtrace_irqsoff.c34 static bool function_enabled; variable
531 if (function_enabled || (!set && !(trace_flags & TRACE_ITER_FUNCTION))) in register_irqsoff_function()
541 function_enabled = true; in register_irqsoff_function()
548 if (!function_enabled) in unregister_irqsoff_function()
556 function_enabled = false; in unregister_irqsoff_function()
Dtrace_sched_wakeup.c41 static bool function_enabled; variable
138 if (function_enabled || (!set && !(trace_flags & TRACE_ITER_FUNCTION))) in register_wakeup_function()
148 function_enabled = true; in register_wakeup_function()
155 if (!function_enabled) in unregister_wakeup_function()
163 function_enabled = false; in unregister_wakeup_function()
Dtrace.h233 int function_enabled; member