Searched refs:KTR_SYSC (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ktr_class.h | 58 #define KTR_SYSC 0x00002000 /* System call */ macro
|
| /f-stack/freebsd/kern/ |
| H A D | subr_syscall.c | 87 KTR_START4(KTR_SYSC, "syscall", syscallname(p, sa->code), in syscallenter() 198 KTR_STOP4(KTR_SYSC, "syscall", syscallname(p, sa->code), in syscallenter()
|
| H A D | subr_trap.c | 101 CTR3(KTR_SYSC, "userret: thread %p (pid %d, %s)", td, p->p_pid, in userret() 212 CTR3(KTR_SYSC, "ast: thread %p (pid %d, %s)", td, p->p_pid, in ast()
|
| /f-stack/freebsd/mips/conf/ |
| H A D | std.XLP | 54 #options KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
|