Add NOTIFY to activity mask
authorCarl Henrik Lunde <chlunde@ping.uio.no>
Fri, 6 Feb 2009 11:17:25 +0000 (12:17 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 25 Mar 2009 13:15:39 +0000 (14:15 +0100)
Allow masking in messages by using "-a notify".

Signed-off-by: Carl Henrik Lunde <chlunde@ping.uio.no>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
act_mask.c
doc/blktrace.8
doc/blktrace.tex

index 1eb9c26f9be5849f235bbed8f9a0187e64d40f4c..6d5c1939f2b4d81e86ed26c0256e917bdc61fe62 100644 (file)
@@ -23,6 +23,7 @@ static struct mask_map mask_maps[] = {
        DECLARE_MASK_MAP(COMPLETE),
        DECLARE_MASK_MAP(FS),
        DECLARE_MASK_MAP(PC),
+       DECLARE_MASK_MAP(NOTIFY),
        DECLARE_MASK_MAP(AHEAD),
        DECLARE_MASK_MAP(META),
        DECLARE_MASK_MAP(DISCARD),
index 4b34dff707b7dd763b9c0d5ba5ec69c2d0fc5090..e4785afa8bbfd0b84d9e720ffb2e8e39b33b1cbf 100644 (file)
@@ -186,6 +186,8 @@ line options.
 \fIsync\fR: synchronous attribute 
 .br
 \fIwrite\fR: write traces
+.br
+\fInotify\fR: trace messages
 .RE
 
 
index 781bb79f51e9e32ca582eacaf1d9972e622cc5d1..54fe45170bcf7000d207fb792321729bece786ee 100644 (file)
@@ -413,6 +413,7 @@ read & \emph{read} traces \\ \hline
 requeue & \emph{requeue} operations \\ \hline
 sync & \emph{synchronous} attribute \\ \hline
 write & \emph{write} traces \\ \hline
+notify & \emph{notify} trace messages \\ \hline
 \end{tabular}
 
 \subsubsection{\label{sec:request-types}Request types}