projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e68e38
)
Revert "[PATCH] blkparse: final stopwatch check"
author
Jens Axboe
<axboe@nelson.(none)>
Tue, 27 Sep 2005 08:15:24 +0000
(10:15 +0200)
committer
Jens Axboe
<axboe@nelson.(none)>
Tue, 27 Sep 2005 08:15:24 +0000
(10:15 +0200)
This reverts
a795e5fae97e14d77c3c3c7d0f6543e6c5f8c850
commit.
blkparse.c
patch
|
blob
|
blame
|
history
diff --git
a/blkparse.c
b/blkparse.c
index 93559261ec9b6f2760461de64e9c2a3f450a8cc1..c9b37593d161ab28d2bf33c1b418c3c762e162bc 100644
(file)
--- a/
blkparse.c
+++ b/
blkparse.c
@@
-1444,15
+1444,6
@@
static int do_file(void)
show_entries_rb(0);
- /*
- * we check this a little late, since we want to make
- * sure that all files have had a chance to be read
- * before deciding there are definitely no further
- * entries before the stop time
- */
- if (last_allowed_time > stopwatch_end)
- break;
-
} while (events_added);
if (rb_sort_entries)