diff options
author | Edward Shishkin <edward@redhat.com> | 2010-07-30 16:04:36 +0200 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-10-22 20:54:11 +0200 |
commit | 541c9bf69fb79e476fa0b7c6726492ba58c7381f (patch) | |
tree | 89a56132351102aced3e24238f2e79155ad996fb /doc | |
parent | cab38cd268b5e87c645699736050a72e83770cf3 (diff) | |
download | blktrace-541c9bf69fb79e476fa0b7c6726492ba58c7381f.tar.gz blktrace-541c9bf69fb79e476fa0b7c6726492ba58c7381f.tar.bz2 |
blktrace: blkparse documentation update
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/blkparse.1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/blkparse.1 b/doc/blkparse.1 index 11dab65..9193dbe 100644 --- a/doc/blkparse.1 +++ b/doc/blkparse.1 @@ -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 |