tslog
#define TSRAW(a, b, c) tslog(a, b, c)
void tslog(const char *, const char *, const char *);
SYSCTL_PROC(_debug, OID_AUTO, tslog,
tslog(curthread, TS_ENTER, "SYSINIT", x->name);
tslog(curthread, TS_EXIT, "SYSINIT", x->name);
#define TSRAW(a, b, c, d) tslog(a, b, c, d)
void tslog(void *, int, const char *, const char *);