function-graph: consolidate prologues for output
authorSteven Rostedt <srostedt@redhat.com>
Thu, 19 Mar 2009 15:29:23 +0000 (11:29 -0400)
committerSteven Rostedt <srostedt@redhat.com>
Thu, 19 Mar 2009 15:29:23 +0000 (11:29 -0400)
Impact: clean up

The prologue of the function graph entry, return and comments all
start out pretty much the same. Each of these duplicate code and
do so slightly differently.

This patch consolidates the printing of the pid, absolute time,
cpu and proc (and for entry, the interrupt).

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace_functions_graph.c

Simple merge