perf annotate browser: More clearly separate columns
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 3 May 2012 16:12:49 +0000 (13:12 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 3 May 2012 16:12:49 +0000 (13:12 -0300)
commit83b1f2aad46c4af7df5ba6071fbba2d5cb025985
tree426fbdad6428787aaea05df9a27f542be8ae3600
parent4656cca11b07a13785aa8574ed4db6c540e48ed8
perf annotate browser: More clearly separate columns

The first column (columns in the near future) are for the per line event
overhead(s), that only appear when they are not zero.

To clearly separate it, add back a solid vertical line, with just one
colour, not influenced by the per line overheads.

Then have the addr/offset column, then optionally the dynamic
(static in the future) jump->target arrows, if 'j' enables it.

Then the instructions.

Requested-by: Peter Zijlstra <peterz@infradead.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-r415t4sps0oyr9y8kd9j7clz@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browser.c
tools/perf/ui/browser.h
tools/perf/ui/browsers/annotate.c