summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2004-12-26 00:13:38 +0000
committerjeff <jeff@FreeBSD.org>2004-12-26 00:13:38 +0000
commit209356fff40b4a62f2be167c1f2d760fb67d1cba (patch)
tree7c5f5b918e7935b63d5b7ab8b0006aa103d7a8b2 /sys/sys/ktr.h
parent02bd7382ccdccac7ddffe100522ec94f2ca09f44 (diff)
downloadFreeBSD-src-209356fff40b4a62f2be167c1f2d760fb67d1cba.zip
FreeBSD-src-209356fff40b4a62f2be167c1f2d760fb67d1cba.tar.gz
- Add KTR_SCHED to produce ktr data for sys/tools/sched/schedgraph.py.
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 9ac8f5a..1d6e4a1 100644
--- a/sys/sys/ktr.h
+++ b/sys/sys/ktr.h
@@ -76,8 +76,9 @@
#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 0010000000 /* Critical sections */
-#define KTR_ALL 0x1fffffff
+#define KTR_CRITICAL 0x10000000 /* Critical sections */
+#define KTR_SCHED 0x20000000 /* Machine parsed sched info. */
+#define KTR_ALL 0x3fffffff
/*
* Trace classes which can be assigned to particular use at compile time
OpenPOWER on IntegriCloud