Home
last modified time | relevance | path

Searched refs:TSRAW (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A Dtslog.h41 #define TSENTER() TSRAW(curthread, TS_ENTER, __func__, NULL)
42 #define TSENTER2(x) TSRAW(curthread, TS_ENTER, __func__, x)
43 #define TSEXIT() TSRAW(curthread, TS_EXIT, __func__, NULL)
44 #define TSEXIT2(x) TSRAW(curthread, TS_EXIT, __func__, x)
45 #define TSTHREAD(td, x) TSRAW(td, TS_THREAD, x, NULL)
46 #define TSEVENT(x) TSRAW(curthread, TS_EVENT, x, NULL)
47 #define TSEVENT2(x, y) TSRAW(curthread, TS_EVENT, x, y)
59 #define TSRAW(a, b, c, d) tslog(a, b, c, d) macro
64 #define TSRAW(a, b, c, d) /* Timestamp logging disabled */ macro
H A Dkernel.h249 TSRAW(curthread, TS_ENTER, "SYSINIT", x->name); in sysinit_tslog_shim()
251 TSRAW(curthread, TS_EXIT, "SYSINIT", x->name); in sysinit_tslog_shim()
H A Dmount.h848 TSRAW(curthread, TS_ENTER, "VFS_MOUNT", (MP)->mnt_vfc->vfc_name);\
850 TSRAW(curthread, TS_EXIT, "VFS_MOUNT", (MP)->mnt_vfc->vfc_name);\
/freebsd/stand/common/
H A Dtslog.c49 TSRAW("ENTER", "loader", NULL); in tslog_init()
67 TSRAW("EXIT", "loader", NULL); in tslog_publish()
/freebsd/stand/libsa/
H A Dstand.h545 #define TSRAW(a, b, c) tslog(a, b, c) macro
546 #define TSENTER() TSRAW("ENTER", __func__, NULL)
547 #define TSENTER2(x) TSRAW("ENTER", __func__, x)
548 #define TSEXIT() TSRAW("EXIT", __func__, NULL)
549 #define TSLINE() TSRAW("EVENT", __FILE__, __XSTRING(__LINE__))
/freebsd/sys/kern/
H A Dvfs_init.c168 TSRAW(curthread, TS_ENTER, "VFS_MOUNT", mp->mnt_vfc->vfc_name); in vfs_mount_sigdefer()
172 TSRAW(curthread, TS_EXIT, "VFS_MOUNT", mp->mnt_vfc->vfc_name); in vfs_mount_sigdefer()
/freebsd/sys/riscv/riscv/
H A Dmachdep.c487 TSRAW(&thread0, TS_ENTER, __func__, NULL); in initriscv()
/freebsd/sys/arm64/arm64/
H A Dmachdep.c905 TSRAW(&thread0, TS_ENTER, __func__, NULL); in initarm()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1298 TSRAW(&thread0, TS_ENTER, __func__, NULL); in hammer_time()