Re: [PATCH 2/4] perf hist browser: Show folded sign properly on --hierarchy

2016-11-09 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 09, 2016 at 11:28:11AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Tue, Nov 08, 2016 at 10:08:31PM +0900, Namhyung Kim escreveu: > > When horizontall scrolling is used in hierarchy mode, the folded signed > > disappears at the right most column. > > Humm, this indeed shows the '+' f

Re: [PATCH 2/4] perf hist browser: Show folded sign properly on --hierarchy

2016-11-09 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 08, 2016 at 10:08:31PM +0900, Namhyung Kim escreveu: > When horizontall scrolling is used in hierarchy mode, the folded signed > disappears at the right most column. Humm, this indeed shows the '+' folded signal after pressing ->, but it moves from the first to the third column :-\ -

[PATCH 2/4] perf hist browser: Show folded sign properly on --hierarchy

2016-11-08 Thread Namhyung Kim
When horizontall scrolling is used in hierarchy mode, the folded signed disappears at the right most column. Signed-off-by: Namhyung Kim --- tools/perf/ui/browsers/hists.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/perf/ui/browsers/hists.c b/tools/perf/u