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.c181 if (unlikely(!tr->function_enabled)) in function_trace_call()
227 if (unlikely(!tr->function_enabled)) in function_stack_trace_call()
292 if (unlikely(!tr->function_enabled)) in function_no_repeats_trace_call()
338 if (unlikely(!tr->function_enabled)) in function_stack_no_repeats_trace_call()
382 tr->function_enabled = 0; in tracing_start_function_trace()
384 tr->function_enabled = 1; in tracing_start_function_trace()
389 tr->function_enabled = 0; in tracing_stop_function_trace()
H A Dtrace_irqsoff.c455 static bool function_enabled; variable
462 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_irqsoff_function()
471 function_enabled = true; in register_irqsoff_function()
478 if (!function_enabled) in unregister_irqsoff_function()
486 function_enabled = false; in unregister_irqsoff_function()
H A Dtrace_sched_wakeup.c51 static bool function_enabled; variable
237 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_wakeup_function()
246 function_enabled = true; in register_wakeup_function()
253 if (!function_enabled) in unregister_wakeup_function()
261 function_enabled = false; in unregister_wakeup_function()
H A Dtrace.h407 int function_enabled; member