On 3/12/12 6:16 PM, Namhyung Kim wrote:
$ perf record -g sleep 1 $ perf report -s inclusive,symbol
Thanks. I was able to reproduce the hangs and they went away after I added sort_sym_inclusive (a copy of sort_sym, except for the se_header).
The output of perf report now better describes how the symbols are sorted. The text reads: "Symbol (Inclusive)".
v3 is coming via my next mail. -Arun -- 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
