tracing: Add funcgraph_tail option to print function name after closing braces
authorRobert Elliott <elliott@hp.com>
Tue, 20 May 2014 22:10:51 +0000 (17:10 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 21 May 2014 03:29:32 +0000 (23:29 -0400)
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 grep
to be used to determine the function for which the
line corresponds.

Update Documentation/trace/ftrace.txt to describe
this new option.

Link: http://lkml.kernel.org/p/20140520221041.8359.6782.stgit@beardog.cce.hp.com
Signed-off-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found