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)
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>

No differences found