summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-06-11 00:40:27 +0000
committerjeff <jeff@FreeBSD.org>2005-06-11 00:40:27 +0000
commit96dd58a16b250cc7d1238024cd96d7f4711092cd (patch)
tree203db86a4b4eca0cc3598219232b27f6e14f24c1 /sys/sys/ktr.h
parent56b665cc88be843c01f6af8c88def1faa3cc9e11 (diff)
downloadFreeBSD-src-96dd58a16b250cc7d1238024cd96d7f4711092cd.zip
FreeBSD-src-96dd58a16b250cc7d1238024cd96d7f4711092cd.tar.gz
- Replace the unused KTR_NFS with KTR_VFS. KTR_VFS differs from KTR_VOP
in that KTR_VFS will be hand placed, while KTR_VOP traces the individual vnode operations and is generated by vnode_if.awk. - Add a comment describing KTR_VOP.
Diffstat (limited to 'sys/sys/ktr.h')
-rw-r--r--sys/sys/ktr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h
index 0a15a8f..a39d2eb 100644
--- a/sys/sys/ktr.h
+++ b/sys/sys/ktr.h
@@ -57,8 +57,8 @@
#define KTR_KGDB 0x00008000 /* Trace kgdb internals */
#define KTR_IO 0x00010000 /* Upper I/O */
#define KTR_EVH 0x00020000 /* Eventhandler */
-#define KTR_NFS 0x00040000 /* The obvious */
-#define KTR_VOP 0x00080000 /* The obvious */
+#define KTR_VFS 0x00040000 /* VFS events */
+#define KTR_VOP 0x00080000 /* Auto-generated vop events */
#define KTR_VM 0x00100000 /* The virtual memory system */
#define KTR_WITNESS 0x00200000
#define KTR_RUNQ 0x00400000 /* Run queue */
OpenPOWER on IntegriCloud