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

/freebsd-10.2-release/sys/kern/
H A Dsubr_syscall.c128 if (systrace_probe_func != NULL && sa->callp->sy_entry != 0)
129 (*systrace_probe_func)(sa->callp->sy_entry, sa->code,
147 if (systrace_probe_func != NULL && sa->callp->sy_return != 0)
148 (*systrace_probe_func)(sa->callp->sy_return, sa->code,
H A Dkern_dtrace.c57 systrace_probe_func_t systrace_probe_func; variable
/freebsd-10.2-release/sys/cddl/dev/systrace/
H A Dsystrace.c318 systrace_probe_func = systrace_probe;
332 systrace_probe_func = NULL;
/freebsd-10.2-release/sys/sys/
H A Dsysent.h54 extern systrace_probe_func_t systrace_probe_func;

Completed in 101 milliseconds