]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf hists browser: Fix first column printing
authorNamhyung Kim <namhyung.kim@lge.com>
Wed, 12 Sep 2012 06:35:06 +0000 (15:35 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 14 Sep 2012 18:50:14 +0000 (15:50 -0300)
commit67d2591656df7a76d4cabca04f1cbe1c7d1c9b3a
treebc48e2d2f48bfd60c02a3eeb90463d17bb5fb92b
parent721b3112f5882a6de7b86b9bef5813c80d1223de
perf hists browser: Fix first column printing

As a side effect of commit f5951d56a2ab ("perf hists browser: Use
perf_hpp__format functions") perf report TUI got a problem of not
refreshing the first character.

Since the previous patch restores the column width of "overhead" to 7
we can start at column 0 now.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1347431706-7839-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browsers/hists.c