Re: [PATCH 3/6] perf tools: Fix command line filters in hierarchy mode

2016-03-09 Thread Namhyung Kim
Hi Jiri, On Wed, Mar 09, 2016 at 10:13:56AM +0100, Jiri Olsa wrote: > On Wed, Mar 09, 2016 at 12:06:40AM +0900, Namhyung Kim wrote: > > When a command-line filter was applied in hierarchy mode, output was > > broken especially when filtering on lower level. The higher level > > entries didn't sho

Re: [PATCH 3/6] perf tools: Fix command line filters in hierarchy mode

2016-03-09 Thread Jiri Olsa
On Wed, Mar 09, 2016 at 12:06:40AM +0900, Namhyung Kim wrote: > When a command-line filter was applied in hierarchy mode, output was > broken especially when filtering on lower level. The higher level > entries didn't show up so it's hard to see the result. > > Also it needs to handle multi sort

[PATCH 3/6] perf tools: Fix command line filters in hierarchy mode

2016-03-08 Thread Namhyung Kim
When a command-line filter was applied in hierarchy mode, output was broken especially when filtering on lower level. The higher level entries didn't show up so it's hard to see the result. Also it needs to handle multi sort keys in a single level of hierarchy. Before: $ perf report --hierarc