Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130594
b: refs/heads/master
c: 91a8d07
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Jan 22, 2009
1 parent 65a74ff commit 5d8c858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1092307d582a7566d23779c304cf86f3075ac5f0
refs/heads/master: 91a8d07d82cac3aae3ef2ea1aaba5c9c4a934e91
3 changes: 3 additions & 0 deletions trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2174,6 +2174,9 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer)

cpu_buffer->overrun = 0;
cpu_buffer->entries = 0;

cpu_buffer->write_stamp = 0;
cpu_buffer->read_stamp = 0;
}

/**
Expand Down

0 comments on commit 5d8c858

Please sign in to comment.