added TR_SWAPIO
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 26 Jul 1981 11:59:16 +0000 (03:59 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 26 Jul 1981 11:59:16 +0000 (03:59 -0800)
SCCS-vsn: sys/sys/trace.h 4.8

usr/src/sys/sys/trace.h

index c7c002e..ec1e136 100644 (file)
@@ -1,4 +1,4 @@
-/*     trace.h 4.7     81/04/18        */
+/*     trace.h 4.8     81/07/25        */
 
 /*
  * File system buffer tracing points; all trace <dev, bn>
 
 /*
  * File system buffer tracing points; all trace <dev, bn>
@@ -34,6 +34,7 @@
 #define        TR_CACHEFOD     31      /* fod in file system cache */
 #define        TR_SWAPIN       32      /* drum page fault */
 #define        TR_PGINDONE     33      /* page in done */
 #define        TR_CACHEFOD     31      /* fod in file system cache */
 #define        TR_SWAPIN       32      /* drum page fault */
 #define        TR_PGINDONE     33      /* page in done */
+#define        TR_SWAPIO       34      /* swap i/o request arrives */
 
 /*
  * System call trace points.
 
 /*
  * System call trace points.