tracing: consolidate code between trace_output.c and trace_function_graph.c
authorSteven Rostedt <srostedt@redhat.com>
Fri, 11 Sep 2009 18:24:13 +0000 (14:24 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 11 Sep 2009 18:24:13 +0000 (14:24 -0400)
Both trace_output.c and trace_function_graph.c do basically the same
thing to handle the printing of the latency-format. This patch moves
the code into one function that both can use.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found