From cfa089d429acfcb5a21be63ded7f943287401fef Mon Sep 17 00:00:00 2001 From: Carl Henrik Lunde Date: Fri, 6 Feb 2009 12:17:25 +0100 Subject: [PATCH] Add NOTIFY to activity mask Allow masking in messages by using "-a notify". Signed-off-by: Carl Henrik Lunde Signed-off-by: Jens Axboe --- act_mask.c | 1 + doc/blktrace.8 | 2 ++ doc/blktrace.tex | 1 + 3 files changed, 4 insertions(+) diff --git a/act_mask.c b/act_mask.c index 1eb9c26..6d5c193 100644 --- a/act_mask.c +++ b/act_mask.c @@ -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} -- 2.25.1