Re: [PATCH v6 20/25] perf hists browser: Implement hierarchy output

2016-02-20 Thread Jiri Olsa
On Tue, Feb 16, 2016 at 11:08:38PM +0900, Namhyung Kim wrote: > Implement hierarchy mode in TUI. The output is look like stdio but it > also supports to fold/unfold children dynamically. > > Acked-by: Pekka Enberg > Signed-off-by: Namhyung Kim > --- >

Re: [PATCH v6 20/25] perf hists browser: Implement hierarchy output

2016-02-20 Thread Jiri Olsa
On Tue, Feb 16, 2016 at 11:08:38PM +0900, Namhyung Kim wrote: > Implement hierarchy mode in TUI. The output is look like stdio but it > also supports to fold/unfold children dynamically. > > Acked-by: Pekka Enberg > Signed-off-by: Namhyung Kim > --- > tools/perf/ui/browsers/hists.c | 269 >

[PATCH v6 20/25] perf hists browser: Implement hierarchy output

2016-02-16 Thread Namhyung Kim
Implement hierarchy mode in TUI. The output is look like stdio but it also supports to fold/unfold children dynamically. Acked-by: Pekka Enberg Signed-off-by: Namhyung Kim --- tools/perf/ui/browsers/hists.c | 269

[PATCH v6 20/25] perf hists browser: Implement hierarchy output

2016-02-16 Thread Namhyung Kim
Implement hierarchy mode in TUI. The output is look like stdio but it also supports to fold/unfold children dynamically. Acked-by: Pekka Enberg Signed-off-by: Namhyung Kim --- tools/perf/ui/browsers/hists.c | 269 + 1 file changed, 247 insertions(+), 22