commit | ac5f6c96859e9a664ac05b04bc96ed1caad5fe29 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Mar 19 11:29:23 2009 -0400 |
committer | Steven Rostedt <srostedt@redhat.com> | Thu Mar 19 11:29:23 2009 -0400 |
tree | 0795e1695c645e3e8b5a4d6631f086373b241e1d | |
parent | e9d9df44736d116726f4596f7e2f9ce2764ffc0a [diff] |
function-graph: consolidate prologues for output 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>