summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-06-04 18:24:07 +0000
committerjhb <jhb@FreeBSD.org>2001-06-04 18:24:07 +0000
commit1925fcda63b0165577e13c14168e0c0ca0133e3f (patch)
tree3624e2298371540fbd568c60b9d6067c792137b2
parent0a829fc66586210fd1f300944ae87a64f12867ae (diff)
downloadFreeBSD-src-1925fcda63b0165577e13c14168e0c0ca0133e3f.zip
FreeBSD-src-1925fcda63b0165577e13c14168e0c0ca0133e3f.tar.gz
Add a new psuedo-KTR trace level KTR_ALL which is a mask of all currently
used KTR levels.
-rw-r--r--sys/sys/ktr.h1
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
OpenPOWER on IntegriCloud