This is the last round of fixes for blktrace, I hope. :)
[PATCH 1/6] blktrace: make classic output more classic
[PATCH 2/6] blktrace: fix blk_probes_ref chaos
[PATCH 3/6] blktrace: fix memory leak when freeing struct blk_io_trace
[PATCH 4/6] trace: make 'mem' argument of trace_seq_putmem() const
[PATCH 5/6] blktrace: extract duplidate code
[PATCH 6/6] blktrace: print out BLK_TN_MESSAGE properly
---
blktrace.c | 188 +++++++++++++++++++++++++++++++++------------------------
trace_output.c | 6 -
trace_output.h | 5 -
3 files changed, 117 insertions(+), 82 deletions(-)
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
--