[for-next][PATCH 2/7] tracing: Add funcgraph_tail option to print function name after closing braces

2014-05-30 Thread Steven Rostedt
From: Robert Elliott In the function-graph tracer, add a funcgraph_tail option to print the function name on all } lines, not just functions whose first line is no longer in the trace buffer. If a function calls other traced functions, its total time appears on its } line. This change allows

[for-next][PATCH 2/7] tracing: Add funcgraph_tail option to print function name after closing braces

2014-05-30 Thread Steven Rostedt
From: Robert Elliott elli...@hp.com In the function-graph tracer, add a funcgraph_tail option to print the function name on all } lines, not just functions whose first line is no longer in the trace buffer. If a function calls other traced functions, its total time appears on its } line. This