diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-06-04 18:24:07 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-06-04 18:24:07 +0000 |
| commit | 75fd8a701b9af5c0df4997cdd878ebb4a611d68c (patch) | |
| tree | 34f8bbc51981282dc2cfc532fd336b53a950939f | |
| parent | 2c7d0b8dbceafddbc18dd1d943692ffb6fc6dce6 (diff) | |
Notes
| -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 050b303eae44..5c39adb8d0f2 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 |
