Home
last modified time | relevance | path

Searched refs:e_dtrace_syscall (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_syscall.c246 if (e->e_dtrace_syscall) in trace_enter()
247 (*e->e_dtrace_syscall)(sy->sy_entry, code, sy, args, in trace_enter()
289 if (e->e_dtrace_syscall) in trace_exit()
290 (*p->p_emul->e_dtrace_syscall)(sy->sy_return, code, sy, in trace_exit()
/netbsd-src/external/cddl/osnet/dev/systrace/
H A Dsystrace.c428 EMUL.e_dtrace_syscall = systrace_probe; in systrace_load()
442 EMUL.e_dtrace_syscall = NULL; in systrace_unload()
/netbsd-src/sys/sys/
H A Dproc.h196 void (*e_dtrace_syscall)(uint32_t, register_t, member