]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf hists browser: Fix off-by-two bug on the first column
authorNamhyung Kim <namhyung.kim@lge.com>
Mon, 15 Oct 2012 21:14:35 +0000 (18:14 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 16 Oct 2012 16:06:05 +0000 (13:06 -0300)
commit63a1a3d820c619a4dab1781cc16c110a284efded
tree27bacb9aaffe4b6f01bf939eb0d9037fb2c6af03
parent88481b6b33d6cb5edb57e5794abae4daeabd08c5
perf hists browser: Fix off-by-two bug on the first column

The commit 5395a04841fc ("perf hists: Separate overhead and baseline
columns") makes the "Overhead" column no more the first one.  So it
resulted in the mis-aligned column in the normal (non-diff) output.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Reported-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/None
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browsers/hists.c