Searched refs:do_trace (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/tradcpp/dist/
H A Dmode.h53 bool do_trace; member in struct:mode
H A Dmain.c74 .do_trace = false,
639 mode.do_trace = true;
648 mode.do_trace = true;
/netbsd-current/sys/sys/
H A Dsyscallvar.h75 const bool do_trace = l->l_proc->p_trace_enabled && local
84 if (__predict_true(!(do_trace || KDTRACE_ENTRY(sy->sy_entry)))
97 if (__predict_false(do_trace || KDTRACE_ENTRY(sy->sy_return))) {
/netbsd-current/sys/arch/aarch64/aarch64/
H A Daarch32_syscall.c68 bool do_trace, thumbmode; local
174 do_trace = p->p_trace_enabled &&
176 if (__predict_false(do_trace ||
185 if (__predict_false(do_trace || KDTRACE_ENTRY(callp->sy_entry)))
191 if (__predict_false(do_trace || KDTRACE_ENTRY(callp->sy_return)))
/netbsd-current/sys/arch/sun3/sun3/
H A Dsunmon.c217 goto do_trace;
234 do_trace:
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_offload.c821 do_trace(struct toedev *dev, struct mbuf *m) function
1534 t3_register_cpl_handler(CPL_TRACE_PKT, do_trace);

Completed in 96 milliseconds