From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Axboe Date: Sat, 23 Oct 2010 04:00:03 +0000 Subject: Recent changes Message-Id: <20101023040003.A308237A290@kernel.dk> List-Id: References: <46171742.iJ5w/0J1D3Q4P+M6%jens.axboe@oracle.com> In-Reply-To: <46171742.iJ5w/0J1D3Q4P+M6%jens.axboe@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-btrace@vger.kernel.org The following changes since commit ce2151ebdca6f2741dbd903aa3845c56adcba8f4: blktrace: disallow -o when using multiple devices (2010-09-16 09:26:22 -0400) are available in the git repository at: git://git.kernel.dk/blktrace.git master Edward Shishkin (6): blktrace: btrecord man pages fixup blktrace: blkiomon documentation update blktrace: blkparse documentation update blktrace: blktrace documentation update blktrace: btreplay man pages update blktrace: btt documentation update blkiomon.c | 1 + blkparse.c | 2 + blktrace.c | 22 ++++++++++++++++++-- doc/blkiomon.8 | 9 +++++++- doc/blkparse.1 | 20 +++++++++++++++++++ doc/blktrace.8 | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++----- doc/btrecord.8 | 2 +- doc/btreplay.8 | 7 ++++++ doc/btt.1 | 21 ++++++++++++++++++++ 9 files changed, 131 insertions(+), 11 deletions(-) --- Diff of recent changes: diff --git a/blkiomon.c b/blkiomon.c index 9fc4d75..a895f65 100644 --- a/blkiomon.c +++ b/blkiomon.c @@ -599,6 +599,7 @@ static char usage_str[] = "\n\nblkiomon " \ "-I | --interval=\n" \ "[ -h | --human-readable= ]\n" \ "[ -b | --binary= ]\n" \ + "[ -d | --dump-lldd= ]\n" \ "[ -D | --debug= ]\n" \ "[ -Q | --msg-queue=]\n" \ "[ -q | --msg-queue-id=]\n" \ diff --git a/blkparse.c b/blkparse.c index ffad9b6..da34c14 100644 --- a/blkparse.c +++ b/blkparse.c @@ -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" \ diff --git a/blktrace.c b/blktrace.c index 4671a04..4cccb7c 100644 --- a/blktrace.c +++ b/blktrace.c @@ -435,9 +435,24 @@ static struct option l_opts[] = { } }; -static char usage_str[] = \ - "-d [ -r debugfs path ] [ -o ] [-k ] [ -w time ]\n" \ - "[ -a action ] [ -A action mask ] [ -I ] [ -v ]\n\n" \ +static char usage_str[] = "\n\n" \ + "-d | --dev=\n" \ + "[ -r | --relay= ]\n" \ + "[ -o | --output=]\n" \ + "[ -D | --output-dir=\n" \ + "[ -w