Home
last modified time | relevance | path

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

/linux-5.10/kernel/trace/
Dtrace_irqsoff.c460 static bool function_enabled; variable
467 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_irqsoff_function()
476 function_enabled = true; in register_irqsoff_function()
483 if (!function_enabled) in unregister_irqsoff_function()
491 function_enabled = false; in unregister_irqsoff_function()
Dtrace_functions.c141 if (unlikely(!tr->function_enabled)) in function_trace_call()
192 if (unlikely(!tr->function_enabled)) in function_stack_trace_call()
228 tr->function_enabled = 0; in tracing_start_function_trace()
230 tr->function_enabled = 1; in tracing_start_function_trace()
235 tr->function_enabled = 0; in tracing_stop_function_trace()
Dtrace_sched_wakeup.c51 static bool function_enabled; variable
238 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_wakeup_function()
247 function_enabled = true; in register_wakeup_function()
254 if (!function_enabled) in unregister_wakeup_function()
262 function_enabled = false; in unregister_wakeup_function()
Dtrace.h372 int function_enabled; member