This patch series refactors existing code a bit and adds sort by inclusive time (time spent in the function + callees).
Sample command lines: # perf record -ag -- sleep 1 # perf report -g graph,0.5,callee -n -s inclusive Known bugs: total_period computation is broken for order=callee Signed-off-by: Arun Sharma <[email protected]> Cc: Ingo Molnar <[email protected]> CC: Arnaldo Carvalho de Melo <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Tom Zanussi <[email protected]> Cc: [email protected] Cc: [email protected] -- To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
