perf tools: Fix column alignment when headers aren't shown on TUI
authorNamhyung Kim <namhyung@kernel.org>
Thu, 31 Jul 2014 05:47:41 +0000 (14:47 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Aug 2014 15:03:07 +0000 (12:03 -0300)
commit59dc9f2534569d11a55c8b5dbe93c36f2b2fa506
treeb86d86851eacab906ebfc957ae45311b039c1bb7
parent1ecd44533a8a724f64d4305abb69836ca73c7390
perf tools: Fix column alignment when headers aren't shown on TUI

If user sets ui.show-headers config option to false, it didn't calculate
default column width so it broke the alignment.  This is because it does
the calculation just before showing headers.

Move it to the beginning of the hist browser so that it can be called
regardless of the config option.

Reported-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1406785662-5534-8-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browsers/hists.c
This page took 0.024628 seconds and 5 git commands to generate.