Re: [PATCH v3 5/7] perf report: Use hierarchy hpp list on stdio

2016-03-07 Thread Arnaldo Carvalho de Melo
Em Mon, Mar 07, 2016 at 03:06:04PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Mar 07, 2016 at 11:35:06PM +0900, Namhyung Kim escreveu: > > Now hpp formats are linked using perf_hpp_list_node when hierarchy is > > enabled. Use this info to print entries with multiple sort keys in a > > sin

Re: [PATCH v3 5/7] perf report: Use hierarchy hpp list on stdio

2016-03-07 Thread Arnaldo Carvalho de Melo
Em Mon, Mar 07, 2016 at 11:35:06PM +0900, Namhyung Kim escreveu: > Now hpp formats are linked using perf_hpp_list_node when hierarchy is > enabled. Use this info to print entries with multiple sort keys in a > single hierarchy properly. > > For example, the below example shows using 4 sort keys w

[PATCH v3 5/7] perf report: Use hierarchy hpp list on stdio

2016-03-07 Thread Namhyung Kim
Now hpp formats are linked using perf_hpp_list_node when hierarchy is enabled. Use this info to print entries with multiple sort keys in a single hierarchy properly. For example, the below example shows using 4 sort keys with 2 levels. $ perf report --hierarchy -s '{prev_pid,prev_comm},{next_p