From: Frederic Weisbecker Date: Wed, 29 Jul 2009 16:00:29 +0000 (+0200) Subject: tracing: Move sched event insertion helpers in the sched switch tracer file X-Git-Tag: v2.6.32-rc1~718^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e04af498a85ba425efe77580b7ba08234411df;p=pandora-kernel.git 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 Cc: Steven Rostedt --- Reading git-diff-tree failed