[PATCH] blkparse: better sorting over a pipe
authorJens Axboe <axboe@suse.de>
Mon, 19 Sep 2005 10:14:18 +0000 (12:14 +0200)
committerJens Axboe <axboe@suse.de>
Mon, 19 Sep 2005 10:14:18 +0000 (12:14 +0200)
commitcb2a1a62a595c9bdb238b8a00fa1686da2b5cebe
tree55e4a3e4eb123b234aeb3c6e8b5f592399826daf
parent38968a72987757d3d17305f1dee804a90c793c4f
[PATCH] blkparse: better sorting over a pipe

It's quite easy to skip events when reading on an SMP system over
a pipe, since the events are per-CPU. Place incoming events in
a staging area and back off displaying traces if we detect skipped
events.
TODO
blkparse.c