diff options
-rw-r--r-- | sys/sys/ktr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h index 050b303..5c39adb 100644 --- a/sys/sys/ktr.h +++ b/sys/sys/ktr.h @@ -67,6 +67,7 @@ #define KTR_VM 0x00100000 /* The virtual memory system */ #define KTR_IDLELOOP 0x00200000 /* checks done in the idle process */ #define KTR_RUNQ 0x00400000 /* Run queue */ +#define KTR_ALL 0x007fffff /* * Trace classes which can be assigned to particular use at compile time |