Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtslog.h39 #define TS_EVENT 3 macro
46 #define TSEVENT(x) TSRAW(curthread, TS_EVENT, x, NULL)
47 #define TSEVENT2(x, y) TSRAW(curthread, TS_EVENT, x, y)
/freebsd/sys/kern/
H A Dkern_tslog.c120 case TS_EVENT: in sysctl_debug_tslog()