commit | 82e04af498a85ba425efe77580b7ba08234411df | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Wed Jul 29 18:00:29 2009 +0200 |
committer | Frederic Weisbecker <fweisbec@gmail.com> | Thu Aug 06 07:28:06 2009 +0200 |
tree | 3683fb5e68cd96b518eb72d76b608205613feb24 | |
parent | c0a0d0d3f65284c71115a9bb1ed801ee33eeb552 [diff] |
tracing: Move sched event insertion helpers in the sched switch tracer file The sched events helpers which insert the sched switch and wakeup events into the ring buffer currently reside in trace.c But this file is quite overloaded and the right place for these helpers is in the sched switch tracer file. Then move them to trace_functions.c Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Steven Rostedt <rostedt@goodmis.org>