[PATCH] blkparse: sequence fixes
authorJens Axboe <axboe@suse.de>
Tue, 27 Sep 2005 22:03:59 +0000 (00:03 +0200)
committerJens Axboe <axboe@suse.de>
Tue, 27 Sep 2005 22:03:59 +0000 (00:03 +0200)
commit2a1b34248fc192cc93d6d63f6c7f1b27f27bcc16
tree66f92a153b36e73806d9c528412879afaaeed0a4
parentacd70d216292cc61a7dd85761653918c52740eca
[PATCH] blkparse: sequence fixes

This should finally fix all the remaining sequence bugs. We
keep a backlog of already processed entries so we can lookup
any out-of-sequence events there. That takes care of one
direction of sequence and time mismatches. The other direction
is handled by fixing the trace_rb_find() lookup to work well
enough without having a precise time (which is the primary
key for the rb sort).
blkparse.c