Home
last modified time | relevance | path

Searched refs:SYSTRACE_ENABLED (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsysent.h61 #define SYSTRACE_ENABLED() (systrace_enabled) macro
63 #define SYSTRACE_ENABLED() (0) macro
/f-stack/freebsd/kern/
H A Dsubr_syscall.c145 if (__predict_false(SYSTRACE_ENABLED() || in syscallenter()