]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf hist browser: Fix hierarchy column counts
authorNamhyung Kim <namhyung@kernel.org>
Mon, 24 Oct 2016 16:21:10 +0000 (01:21 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 9 Nov 2016 14:19:28 +0000 (11:19 -0300)
commit9cba9844547731d2f14d79485c43192ffaa37b76
tree79dd4db9404743af2abfb3fcce27cc96a082abbb
parentf92b7604149a55cb601fc0b52911b1e11f0f2514
perf hist browser: Fix hierarchy column counts

The perf report/top on TUI supports horizontal scrolling using LEFT and
RIGHT keys.

But it calculate the number of columns incorrectly when hierarchy mode
is enabled so that keep pressing RIGHT key can make the output
disappeared.

In the hierarchy mode, all sort keys are collapsed into a single column,
so it needs to be applied when calculating column numbers.

Reported-and-Tested-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20161024162110.17918-1-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browsers/hists.c