Re: [PATCH v6 25/25] perf top: Add --hierarchy option

2016-02-21 Thread Namhyung Kim
On Sun, Feb 21, 2016 at 12:19:29AM +0100, Jiri Olsa wrote: > On Tue, Feb 16, 2016 at 11:08:43PM +0900, Namhyung Kim wrote: > > Support hierarchy output for perf-top using --hierarchy option. > > > > Acked-by: Pekka Enberg > > Signed-off-by: Namhyung Kim > > --- > > tools/perf/Documentation/perf

Re: [PATCH v6 25/25] perf top: Add --hierarchy option

2016-02-20 Thread Jiri Olsa
On Tue, Feb 16, 2016 at 11:08:43PM +0900, Namhyung Kim wrote: > Support hierarchy output for perf-top using --hierarchy option. > > Acked-by: Pekka Enberg > Signed-off-by: Namhyung Kim > --- > tools/perf/Documentation/perf-top.txt | 3 +++ > tools/perf/builtin-top.c | 15 +

[PATCH v6 25/25] perf top: Add --hierarchy option

2016-02-16 Thread Namhyung Kim
Support hierarchy output for perf-top using --hierarchy option. Acked-by: Pekka Enberg Signed-off-by: Namhyung Kim --- tools/perf/Documentation/perf-top.txt | 3 +++ tools/perf/builtin-top.c | 15 +++ 2 files changed, 18 insertions(+) diff --git a/tools/perf/Documenta