Combine all outstanding patches into one /big patch/
authorAlan D. Brunelle <Alan.Brunelle@hp.com>
Sat, 14 Apr 2007 06:05:06 +0000 (08:05 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 14 Apr 2007 06:05:06 +0000 (08:05 +0200)
commit6904079488cd3063d171021c8954f955f4236849
tree161035c6d78fba22a6acc21cb59d5d019022d5ae
parentc8b0b334cc1028ad8aa5407667233747af96a942
Combine all outstanding patches into one /big patch/

o  Added seek absolute option -- allows one to specify whether they want
   seek distances to be calculated based upon nearness to previous IO or
   from start to start.

o  Added block number dumping

o  Updated btt documentation for above.

o  Significant clean up of memory used and files opened. All allocated
   memory and opened files are cleaned up prior to normal program exit.

o  Fixed problem where Q & M traces were not being freed properly.

o  Fixed problem where bilink structures were not being freed properly.

o  Fixed omission -- output combined seeks in addition to read and
   write seeks.

Signed-off-by: Alan D. Brunelle <Alan.Brunelle@hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
14 files changed:
btt/Makefile
btt/args.c
btt/bno_dump.c [new file with mode: 0644]
btt/bt_timeline.c
btt/devmap.c
btt/devs.c
btt/doc/btt.tex
btt/globals.h
btt/inlines.h
btt/misc.c
btt/output.c
btt/proc.c
btt/seek.c
btt/trace_issue.c