summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr_class.h
diff options
context:
space:
mode:
authorcem <cem@FreeBSD.org>2015-10-26 02:21:19 +0000
committercem <cem@FreeBSD.org>2015-10-26 02:21:19 +0000
commitc85ada939ea7aa196414961c386db92efddd3b2c (patch)
tree9f263e7999d2331d8159e1d2329267b6f33278d5 /sys/sys/ktr_class.h
parent7dfe6bde64b3d900b0d76adf5e1daef735e32f45 (diff)
downloadFreeBSD-src-c85ada939ea7aa196414961c386db92efddd3b2c.zip
FreeBSD-src-c85ada939ea7aa196414961c386db92efddd3b2c.tar.gz
ioat: Introduce KTR probes
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/sys/ktr_class.h')
-rw-r--r--sys/sys/ktr_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ktr_class.h b/sys/sys/ktr_class.h
index 6635cdc..4bfc895 100644
--- a/sys/sys/ktr_class.h
+++ b/sys/sys/ktr_class.h
@@ -55,7 +55,7 @@
#define KTR_PROC 0x00001000 /* Process scheduling */
#define KTR_SYSC 0x00002000 /* System call */
#define KTR_INIT 0x00004000 /* System initialization */
-#define KTR_SPARE3 0x00008000 /* cxgb, drm2, ntb */
+#define KTR_SPARE3 0x00008000 /* cxgb, drm2, ioat, ntb */
#define KTR_SPARE4 0x00010000 /* geom_sched */
#define KTR_EVH 0x00020000 /* Eventhandler */
#define KTR_VFS 0x00040000 /* VFS events */
OpenPOWER on IntegriCloud