Re: [PATCH v3 3/7] perf tools: Support multiple sort keys in a hierarchy level

2016-03-07 Thread Arnaldo Carvalho de Melo
Em Mon, Mar 07, 2016 at 11:35:04PM +0900, Namhyung Kim escreveu: > This implements having multiple sort keys in a single hierarchy level. > Originally only single sort key is supported for each level, but now > using the group syntax with '{ }', it can set more than one sort key in > one level.

Re: [PATCH v3 3/7] perf tools: Support multiple sort keys in a hierarchy level

2016-03-07 Thread Arnaldo Carvalho de Melo
Em Mon, Mar 07, 2016 at 11:35:04PM +0900, Namhyung Kim escreveu: > This implements having multiple sort keys in a single hierarchy level. > Originally only single sort key is supported for each level, but now > using the group syntax with '{ }', it can set more than one sort key in > one level.

[PATCH v3 3/7] perf tools: Support multiple sort keys in a hierarchy level

2016-03-07 Thread Namhyung Kim
This implements having multiple sort keys in a single hierarchy level. Originally only single sort key is supported for each level, but now using the group syntax with '{ }', it can set more than one sort key in one level. Note that now it needs to quote in order to prevent shell interpretation.

[PATCH v3 3/7] perf tools: Support multiple sort keys in a hierarchy level

2016-03-07 Thread Namhyung Kim
This implements having multiple sort keys in a single hierarchy level. Originally only single sort key is supported for each level, but now using the group syntax with '{ }', it can set more than one sort key in one level. Note that now it needs to quote in order to prevent shell interpretation.