blktrace improvements and fixups
authorJens Axboe <jens.axboe@oracle.com>
Fri, 7 Mar 2008 13:26:26 +0000 (14:26 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 7 Mar 2008 13:26:26 +0000 (14:26 +0100)
commit691c8fb014da9dd82e999a90b5511423f4eee188
tree319cf4cb0588e3bf10c1cff78ec01d55bd4de10f
parent173081581f94dc4f9f203eb7a7922fc843bfafde
blktrace improvements and fixups

Remove iolog version 1 support, it's just too limited. Version 2 and
blktrace manage file events (add,open,close,tc) on their own and we
can cleanup the file creation if we kill it.

Fixup for_each_file() for no allocated files.

Start of handling notify events for blktrace. We don't see program
notifications, need to look into that.

Properly account io bytes when adding blktrace events, so that the ETA
and io count is correct on replay.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
blktrace.c
filesetup.c
fio.h
init.c
log.c