Re: [PATCH 3/4] perf hist browser: Fix column indentation on --hierarchy

2016-11-09 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 08, 2016 at 10:08:32PM +0900, Namhyung Kim escreveu: > When horizontall scrolling is used in hierarchy mode, the the right most > column has unnecessary indentation. Actually it's needed only if some > of left (overhead) columns were shown. I see, here is the fix, thanks, testing it n

[PATCH 3/4] perf hist browser: Fix column indentation on --hierarchy

2016-11-08 Thread Namhyung Kim
When horizontall scrolling is used in hierarchy mode, the the right most column has unnecessary indentation. Actually it's needed only if some of left (overhead) columns were shown. Signed-off-by: Namhyung Kim --- tools/perf/ui/browsers/hists.c | 19 +-- 1 file changed, 13 inser