Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDsubr_syscall.c127 if (systrace_probe_func != NULL && sa->callp->sy_entry != 0) in syscallenter()
128 (*systrace_probe_func)(sa, SYSTRACE_ENTRY, 0); in syscallenter()
141 if (systrace_probe_func != NULL && sa->callp->sy_return != 0) in syscallenter()
142 (*systrace_probe_func)(sa, SYSTRACE_RETURN, in syscallenter()
HDkern_dtrace.c57 systrace_probe_func_t __read_frequently systrace_probe_func; variable
/freebsd-11-stable/sys/cddl/dev/systrace/
HDsystrace.c338 systrace_probe_func = systrace_probe; in systrace_load()
347 systrace_probe_func = NULL; in systrace_unload()
/freebsd-11-stable/sys/sys/
HDsysent.h54 extern systrace_probe_func_t systrace_probe_func;