From: Frederic Weisbecker Date: Wed, 29 Jul 2009 16:59:58 +0000 (+0200) Subject: tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer... X-Git-Tag: v2.6.32-rc1~718^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0799a8fef5acc6503f9c5e79b2cd003317826c;p=pandora-kernel.git tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer file The function graph events helpers which insert the function entry and return 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 function graph tracer file. Then move them to trace_functions_graph.c Signed-off-by: Frederic Weisbecker Cc: Steven Rostedt --- Reading git-diff-tree failed