[PATCH] blkparse: Fix stopwatch
authorJens Axboe <axboe@suse.de>
Thu, 22 Sep 2005 10:11:08 +0000 (12:11 +0200)
committerJens Axboe <axboe@suse.de>
Thu, 22 Sep 2005 10:11:08 +0000 (12:11 +0200)
commit1b92824775bd32cc4614c39138dfdbb09012f703
tree3265966a8c24a9dc72784f6a03773cbb320d2012
parent182f2fccd5aaf89200c3f784460d2689ed50d0d0
[PATCH] blkparse: Fix stopwatch

The option should be start:end, not start:duration (at least that is
what I intended and what is documented). Also fix the actual dumping,
we need to prune earlier entries from the rb tree or we will loop
forever.
blkparse.c