tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer...
authorFrederic Weisbecker <fweisbec@gmail.com>
Wed, 29 Jul 2009 16:59:58 +0000 (18:59 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Thu, 6 Aug 2009 05:28:06 +0000 (07:28 +0200)
commit1a0799a8fef5acc6503f9c5e79b2cd003317826c
tree8aec6e623981cd8505de53752234d9f6b5d94843
parent82e04af498a85ba425efe77580b7ba08234411df
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 <fweisbec@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c
kernel/trace/trace.h
kernel/trace/trace_functions_graph.c
kernel/trace/trace_selftest.c