Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtslog.h40 #define TS_EVENT 3 macro
47 #define TSEVENT(x) TSRAW(curthread, TS_EVENT, x, NULL)
48 #define TSEVENT2(x, y) TSRAW(curthread, TS_EVENT, x, y)
/f-stack/freebsd/kern/
H A Dkern_tslog.c102 case TS_EVENT: in sysctl_debug_tslog()