Add basic tool to turn blktrace into fio job file
authorJens Axboe <axboe@kernel.dk>
Tue, 16 Sep 2014 15:06:52 +0000 (17:06 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Sep 2014 15:06:52 +0000 (17:06 +0200)
commit40bafa33e1cf7907e7c1a030c9c8134900ac7280
tree35e099c5ea418915f49017d2431959b45cbb5596
parent8a91fd4b0d42c730d48b5cd672df869609975a0a
Add basic tool to turn blktrace into fio job file

No documentation yet, it's just a start.

Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile
blktrace.c
lib/linux-dev-lookup.c [new file with mode: 0644]
lib/linux-dev-lookup.h [new file with mode: 0644]
options.c
t/btrace2fio.c [new file with mode: 0644]