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

/linux-master/kernel/trace/
H A Dtrace_irqsoff.c455 static bool function_enabled; variable
462 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION)))
471 function_enabled = true;
478 if (!function_enabled)
486 function_enabled = false;
H A Dtrace_functions.c181 if (unlikely(!tr->function_enabled))
227 if (unlikely(!tr->function_enabled))
292 if (unlikely(!tr->function_enabled))
338 if (unlikely(!tr->function_enabled))
382 tr->function_enabled = 0;
384 tr->function_enabled = 1;
389 tr->function_enabled = 0;
H A Dtrace_sched_wakeup.c51 static bool function_enabled; variable
237 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION)))
246 function_enabled = true;
253 if (!function_enabled)
261 function_enabled = false;
H A Dtrace.h406 int function_enabled; member in struct:trace_array

Completed in 121 milliseconds