Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140657
b: refs/heads/master
c: 69507c0
h: refs/heads/master
i:
  140655: 8386884
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Jan 22, 2009
1 parent 360588b commit 6b6f1ed
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: f8ec1062f589cdb1cffcffab1376124a1bc08500
refs/heads/master: 69507c06539332e6e49f83aa478844130233bece
3 changes: 3 additions & 0 deletions trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2166,6 +2166,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 6b6f1ed

Please sign in to comment.