The following changes since commit b22050b50f412c4c6567eebbcd2f3364e74908d9:
Alan D. Brunelle (1):
btt: handle cases where we remap to a device which has no IO's (yet) in
the trace.
are found in the git repository at:
git://brick.kernel.dk/data/git/blktrace.git
Jens Axboe (6):
BTT patch: (1/3) 'iostat' totals
BTT patch: (2/3) per-IO stream output
BTT patch: (3/3) time bounded trace analysis
BTT patch: Fix problem with short runs
Bump version
README updates
Olaf Kirch (2):
Add timestamp support
blkparse: fix -f format override
README | 10 +--
blkparse.c | 62 +++++++++++++++-
blkparse_fmt.c | 34 ++++++++-
blktrace.c | 2 +-
blktrace.h | 1 +
blktrace_api.h | 11 +++
btt/Makefile | 6 +-
btt/README | 12 +++
btt/args.c | 42 ++++++++++-
btt/bt_timeline.c | 19 +++--
btt/devs.c | 11 ++-
btt/dip_rb.c | 5 +-
btt/globals.h | 77 ++++++++++++++++---
btt/inlines.h | 85 ++++++++++++++++++---
btt/iostat.c | 56 +++++++++++++-
btt/list.h | 21 +++++
btt/output.c | 36 +++++-----
btt/trace.c | 198 +++++++++++++++++++++----------------------------
btt/trace_complete.c | 156 +++++++++++++++++++++++++++++++++++++++
btt/trace_im.c | 77 +++++++++++++++++++
btt/trace_issue.c | 102 ++++++++++++++++++++++++++
btt/trace_queue.c | 92 +++++++++++++++++++++++
btt/trace_remap.c | 125 +++++++++++++++++++++++++++++++
btt/trace_requeue.c | 65 ++++++++++++++++
24 files changed, 1115 insertions(+), 190 deletions(-)
create mode 100644 btt/trace_complete.c
create mode 100644 btt/trace_im.c
create mode 100644 btt/trace_issue.c
create mode 100644 btt/trace_queue.c
create mode 100644 btt/trace_remap.c
create mode 100644 btt/trace_requeue.c
-
To unsubscribe from this list: send the line "unsubscribe linux-btrace" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html