Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223909
b: refs/heads/master
c: 79a14c1
h: refs/heads/master
i:
  223907: 209f567
v: v3
  • Loading branch information
Thomas Gleixner authored and Arnaldo Carvalho de Melo committed Dec 9, 2010
1 parent 68d673b commit 03d2f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3835bc00c5b2d8e337a6e9d7b44f47e02760dba3
refs/heads/master: 79a14c1f458d598642bf11f09512c83d33a114e6
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ static int perf_session_queue_event(struct perf_session *s, event_t *event,
u64 timestamp = data->time;
struct sample_queue *new;

if (!timestamp)
if (!timestamp || timestamp == ~0ULL)
return -ETIME;

if (timestamp < s->ordered_samples.last_flush) {
Expand Down

0 comments on commit 03d2f27

Please sign in to comment.