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

/freebsd-11.0-release/sys/kern/
H A Dsubr_syscall.c130 if (systrace_probe_func != NULL && sa->callp->sy_entry != 0)
131 (*systrace_probe_func)(sa, SYSTRACE_ENTRY, 0);
144 if (systrace_probe_func != NULL && sa->callp->sy_return != 0)
145 (*systrace_probe_func)(sa, SYSTRACE_RETURN,
H A Dkern_dtrace.c57 systrace_probe_func_t systrace_probe_func; variable
/freebsd-11.0-release/sys/cddl/dev/systrace/
H A Dsystrace.c336 systrace_probe_func = systrace_probe;
345 systrace_probe_func = NULL;
/freebsd-11.0-release/sys/sys/
H A Dsysent.h54 extern systrace_probe_func_t systrace_probe_func;

Completed in 62 milliseconds