From: Sam Liao Date: Tue, 7 Jun 2011 15:49:46 +0000 (+0800) Subject: perf tools: Add inverted call graph report support. X-Git-Tag: v3.1-rc1~299^2~19^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d797fdc5c5c245fbb05f553e68cb95d962fbdd01;p=pandora-kernel.git perf tools: Add inverted call graph report support. Add "caller/callee" option to support inverted butterfly report, in the inverted report (with caller option), the call graph start from the callee's ancestor. Users can use such view to catch system's performance bottleneck from a sysprof like view. Using this option with specified sort order like pid gives us high level view of call graph statistics. Also add "-G" alias for inverted call graph. Signed-off-by: Sam Liao Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: Stephane Eranian Cc: David Ahern Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed