Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_functions.c210 if (unlikely(!tr->function_enabled)) in function_trace_call()
258 if (unlikely(!tr->function_enabled)) in function_stack_trace_call()
326 if (unlikely(!tr->function_enabled)) in function_no_repeats_trace_call()
371 if (unlikely(!tr->function_enabled)) in function_stack_no_repeats_trace_call()
416 tr->function_enabled = 0; in tracing_start_function_trace()
418 tr->function_enabled = 1; in tracing_start_function_trace()
423 tr->function_enabled = 0; in tracing_stop_function_trace()
H A Dtrace_irqsoff.c474 static bool function_enabled; variable
481 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_irqsoff_function()
490 function_enabled = true; in register_irqsoff_function()
497 if (!function_enabled) in unregister_irqsoff_function()
505 function_enabled = false; in unregister_irqsoff_function()
H A Dtrace_sched_wakeup.c51 static bool function_enabled; variable
257 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_wakeup_function()
266 function_enabled = true; in register_wakeup_function()
273 if (!function_enabled) in unregister_wakeup_function()
281 function_enabled = false; in unregister_wakeup_function()
H A Dtrace.h420 int function_enabled; member