[PATCH] stopwatch usage may misorder first event
authorJens Axboe <axboe@suse.de>
Sun, 9 Oct 2005 10:31:30 +0000 (12:31 +0200)
committerJens Axboe <axboe@suse.de>
Sun, 9 Oct 2005 10:31:30 +0000 (12:31 +0200)
commit774a1a10d24094d233175f2aa41fdff4bcf21be9
treef3184816adede3adb10f40fb129e435eef1f1333
parent58261c756836677184f2588941293d7e3fda0ad9
[PATCH] stopwatch usage may misorder first event

If the stopwatch_start happens to trigger when we only have
events from _some_ of the available cpus in the rb_sort tree,
the first event may be misreported. Check for that.
blkparse.c