Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234448
b: refs/heads/master
c: e9345aa
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Feb 18, 2011
1 parent 500ca51 commit c125269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: bee96907383e71d3996ba2bd0682fefaa492d942
refs/heads/master: e9345aab675382176740bc8a2c6d3caf1510e46d
8 changes: 2 additions & 6 deletions trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2163,14 +2163,10 @@ rb_reserve_next_event(struct ring_buffer *buffer,
delta = diff;
if (unlikely(test_time_stamp(delta))) {
WARN_ONCE(delta > (1ULL << 59),
KERN_WARNING "Delta way too big! %llu ts=%llu write stamp = %llu\n%s",
KERN_WARNING "Delta way too big! %llu ts=%llu write stamp = %llu\n",
(unsigned long long)delta,
(unsigned long long)ts,
(unsigned long long)cpu_buffer->write_stamp,
sched_clock_stable ? "" :
"If you just came from a suspend/resume,\n"
"please switch to the trace global clock:\n"
" echo global > /sys/kernel/debug/tracing/trace_clock\n");
(unsigned long long)cpu_buffer->write_stamp);
add_timestamp = 1;
}
}
Expand Down

0 comments on commit c125269

Please sign in to comment.