commit | 2b70e59043f5a5ec083ea50cd2640aa49c64c675 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Oct 11 11:14:14 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Oct 31 16:45:30 2012 -0400 |
tree | 467459fc991e1f49b9ff0d91a880185566b4b72f | |
parent | 81698831bc462ff16f76bc11249a1e492424da4c [diff] |
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>