blktrace: blkparse documentation update
authorEdward Shishkin <edward@redhat.com>
Fri, 30 Jul 2010 14:04:36 +0000 (16:04 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 22 Oct 2010 18:54:11 +0000 (20:54 +0200)
Fixup for RH bugzilla 595615.

Document blkparse options:
-A, --set-mask,
-a, --act-mask,
-D. --input-directory

Signed-off-by: Edward Shishkin <edward@redhat.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
blkparse.c
doc/blkparse.1

index ffad9b62d2d29e75b416e27dc76475c6158e40f1..da34c1441ab39d766d6ce76d01ef1e052d906ba1 100644 (file)
@@ -2680,6 +2680,8 @@ static char usage_str[] =    "\n\n" \
        "[ -M                | --no-msgs\n" \
        "[ -v                | --verbose ]\n" \
        "[ -V                | --version ]\n\n" \
+       "\t-a Only trace specified actions. See documentation\n" \
+       "\t-A Give trace mask as a single value. See documentation\n" \
        "\t-b stdin read batching\n" \
        "\t-d Output file. If specified, binary data is written to file\n" \
        "\t-D Directory to prepend to input file names\n" \
index 11dab65206534737de639cf6118ce5d2c5c383e9..9193dbef701d33c8b5e547bf8fef76d6372a11eb 100644 (file)
@@ -58,6 +58,26 @@ option.
 
 
 .SH OPTIONS
+\-A \fIhex-mask\fR
+.br
+\-\-set-mask=\fIhex-mask\fR
+.RS
+Set filter mask to \fIhex-mask\fR, see blktrace (8) for masks
+.RE
+
+\-a \fImask\fR
+.br
+\-\-act-mask=\fImask\fR
+.RS
+Add \fImask\fR to current filter, see blktrace (8) for masks
+.RE
+
+\-D \fIdir\fR
+.br
+\-\-input-directory=\fIdir\fR
+.RS
+Prepend \fIdir\fR to input file names
+.RE
 
 \-b \fIbatch\fR
 .br