summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-01-24 09:51:35 +0000
committerjeff <jeff@FreeBSD.org>2005-01-24 09:51:35 +0000
commitc9ca2fe11225d70c9736e3105a877cabc6f0ca0b (patch)
treee674af5204b8601c270ef8c08c0befbf907a29ca /sys/sys/ktr.h
parentc5de1d405c7a22b71d98382edd73b3fe59a27a2d (diff)
downloadFreeBSD-src-c9ca2fe11225d70c9736e3105a877cabc6f0ca0b.zip
FreeBSD-src-c9ca2fe11225d70c9736e3105a877cabc6f0ca0b.tar.gz
- Add a new KTR class for the buffer cache.
Diffstat (limited to 'sys/sys/ktr.h')
-rw-r--r--sys/sys/ktr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h
index 1d6e4a1..522117c 100644
--- a/sys/sys/ktr.h
+++ b/sys/sys/ktr.h
@@ -76,9 +76,10 @@
#define KTR_CALLOUT 0x02000000 /* Callouts and timeouts */
#define KTR_GEOM 0x04000000 /* GEOM I/O events */
#define KTR_BUSDMA 0x08000000 /* busdma(9) events */
-#define KTR_CRITICAL 0x10000000 /* Critical sections */
+#define KTR_CRITICAL 0010000000 /* Critical sections */
#define KTR_SCHED 0x20000000 /* Machine parsed sched info. */
-#define KTR_ALL 0x3fffffff
+#define KTR_BUF 0x40000000 /* Buffer cache */
+#define KTR_ALL 0x7fffffff
/*
* Trace classes which can be assigned to particular use at compile time
OpenPOWER on IntegriCloud