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.c189 if (unlikely(!tr->function_enabled)) in function_trace_call()
236 if (unlikely(!tr->function_enabled)) in function_stack_trace_call()
305 if (unlikely(!tr->function_enabled)) in function_no_repeats_trace_call()
351 if (unlikely(!tr->function_enabled)) in function_stack_no_repeats_trace_call()
395 tr->function_enabled = 0; in tracing_start_function_trace()
397 tr->function_enabled = 1; in tracing_start_function_trace()
402 tr->function_enabled = 0; in tracing_stop_function_trace()
H A Dtrace_irqsoff.c457 static bool function_enabled; variable
464 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_irqsoff_function()
473 function_enabled = true; in register_irqsoff_function()
480 if (!function_enabled) in unregister_irqsoff_function()
488 function_enabled = false; in unregister_irqsoff_function()
H A Dtrace_sched_wakeup.c51 static bool function_enabled; variable
239 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_wakeup_function()
248 function_enabled = true; in register_wakeup_function()
255 if (!function_enabled) in unregister_wakeup_function()
263 function_enabled = false; in unregister_wakeup_function()
H A Dtrace.h416 int function_enabled; member