perf top: Don't let events to eat up whole header line
authorJiri Olsa <jolsa@redhat.com>
Mon, 7 Mar 2011 20:13:41 +0000 (21:13 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 10 Mar 2011 13:55:00 +0000 (10:55 -0300)
commit6547250381eb315acff3d52b4872ad775359407c
tree24573d9f54451eaaaa88def26d1aa32d4b7dbb0c
parentb9a46bba88001504235459c8410f17e6a7e38008
perf top: Don't let events to eat up whole header line

Passing multiple events might force out information about pid/tid/cpu.
Attached patch leaves 30 characters for this info at the expense of the
events' names.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Han Pingtian <phan@redhat.com>
LKML-Reference: <1299528821-17521-3-git-send-email-jolsa@redhat.com>
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/top.c