commit | 1a0799a8fef5acc6503f9c5e79b2cd003317826c | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Wed Jul 29 18:59:58 2009 +0200 |
committer | Frederic Weisbecker <fweisbec@gmail.com> | Thu Aug 06 07:28:06 2009 +0200 |
tree | 8aec6e623981cd8505de53752234d9f6b5d94843 | |
parent | 82e04af498a85ba425efe77580b7ba08234411df [diff] |
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>