commit | 47e74f2ba8fbf9fb1378e2524e6cfdc2fb37f160 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Wed Nov 12 00:01:27 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Nov 12 11:23:36 2008 +0100 |
tree | 7d49bf91e5409c432b259c26fcadff0450dffe43 | |
parent | c1e7abbc7afc97367cd77c8f2895c2169a8f9c87 [diff] |
ring-buffer: no preempt for sched_clock() Impact: disable preemption when calling sched_clock() The ring_buffer_time_stamp still uses sched_clock as its counter. But it is a bug to call it with preemption enabled. This requirement should not be pushed to the ring_buffer_time_stamp callers, so the ring_buffer_time_stamp needs to disable preemption when calling sched_clock. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>