do_trace
do_trace = p->p_trace_enabled &&
if (__predict_false(do_trace ||
if (__predict_false(do_trace || KDTRACE_ENTRY(callp->sy_entry)))
if (__predict_false(do_trace || KDTRACE_ENTRY(callp->sy_return)))
bool do_trace, thumbmode;
goto do_trace;
do_trace:
t3_register_cpl_handler(CPL_TRACE_PKT, do_trace);
const bool do_trace = l->l_proc->p_trace_enabled &&
if (__predict_true(!(do_trace || KDTRACE_ENTRY(sy->sy_entry)))
if (__predict_false(do_trace || KDTRACE_ENTRY(sy->sy_return))) {