]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Have tracing_sched_wakeup_trace() use standard unlock_commit
authorSteven Rostedt <srostedt@redhat.com>
Thu, 11 Oct 2012 15:14:14 +0000 (11:14 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 31 Oct 2012 20:45:30 +0000 (16:45 -0400)
commite777d23c295bf72c0c7c3d25f01f9dcb8d8a2848
tree467459fc991e1f49b9ff0d91a880185566b4b72f
parent4a520be133ef92d6fa0c9fedd5dbfaae2e8dc128
tracing: Have tracing_sched_wakeup_trace() use standard unlock_commit

The functon tracing_sched_wakeup_trace() does an open coded unlock
commit and save stack. This is what the trace_nowake_buffer_unlock_commit()
is for.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_sched_switch.c