From: Robert Elliott Date: Tue, 20 May 2014 22:10:51 +0000 (-0500) Subject: tracing: Add funcgraph_tail option to print function name after closing braces X-Git-Tag: omap-for-v3.16/fixes-against-rc1~80^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=607e3a29203633eaec7334f2f58f9653df788a06;p=pandora-kernel.git tracing: Add funcgraph_tail option to print function name after closing braces 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 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed