diff options
author | Carl Henrik Lunde <chlunde@ping.uio.no> | 2009-02-06 12:17:25 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-03-25 14:15:39 +0100 |
commit | cfa089d429acfcb5a21be63ded7f943287401fef (patch) | |
tree | 1dcbe77123fadfc7a7ca49a6b8f6b35c526f9279 | |
parent | f547a39d32d514eb7bce82b955193b73e9828c85 (diff) | |
download | blktrace-cfa089d429acfcb5a21be63ded7f943287401fef.tar.gz blktrace-cfa089d429acfcb5a21be63ded7f943287401fef.tar.bz2 |
Add NOTIFY to activity mask
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>
-rw-r--r-- | act_mask.c | 1 | ||||
-rw-r--r-- | doc/blktrace.8 | 2 | ||||
-rw-r--r-- | doc/blktrace.tex | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -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), diff --git a/doc/blktrace.8 b/doc/blktrace.8 index 4b34dff..e4785af 100644 --- a/doc/blktrace.8 +++ b/doc/blktrace.8 @@ -186,6 +186,8 @@ line options. \fIsync\fR: synchronous attribute .br \fIwrite\fR: write traces +.br +\fInotify\fR: trace messages .RE diff --git a/doc/blktrace.tex b/doc/blktrace.tex index 781bb79..54fe451 100644 --- a/doc/blktrace.tex +++ b/doc/blktrace.tex @@ -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} |