From: Carl Henrik Lunde Date: Fri, 6 Feb 2009 11:17:25 +0000 (+0100) Subject: Add NOTIFY to activity mask X-Git-Tag: blktrace-1.0.1~14 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cfa089d429acfcb5a21be63ded7f943287401fef;p=blktrace.git Add NOTIFY to activity mask Allow masking in messages by using "-a notify". Signed-off-by: Carl Henrik Lunde Signed-off-by: Jens Axboe --- 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}