[PATCH] btt: Cleaned up patches for SEEK additions, DM, Q2A and seek fixes
authorAlan D. Brunelle <Alan.Brunelle@hp.com>
Thu, 14 Sep 2006 23:57:24 +0000 (01:57 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Sep 2006 23:57:24 +0000 (01:57 +0200)
commit97d13fb0f2a680668a79e64b7c71f93bd2664b0d
tree05a48886c246e8a0283f7ca14b5d258e86a7c952
parent5225e7882fcf560afe419c49e03d6fd1ead60eb1
[PATCH] btt: Cleaned up patches for SEEK additions, DM, Q2A and seek fixes

Added changes to handle DM devices:

- Used __pad field in struct blk_io_trace_remap to store from device,
  contains partition device information. Required modification in
  blkparse_fmt.c:process_default() to handle this change.

- To better handle DM devices, noted that REMAP traces can refer to other
  REMAP traces, and thus added A_A and A_Q types (much like Q_A and Q_X)
  types.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
blkparse_fmt.c
blktrace_api.h
btt/globals.h
btt/inlines.h
btt/iofree.c
btt/trace.c
btt/traverse.c