commit | 69507c06539332e6e49f83aa478844130233bece | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Jan 21 18:45:57 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jan 22 10:27:54 2009 +0100 |
tree | 184bbcc7160c5d0e304166b1ecb190897e1f0afc | |
parent | f8ec1062f589cdb1cffcffab1376124a1bc08500 [diff] |
ring-buffer: reset timestamps when ring buffer is reset Impact: fix bad times of recent resets The ring buffer needs to reset its timestamps when reseting of the buffer, otherwise the timestamps are stale and might be used to calculate times in the buffer causing funny timestamps to appear. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>