]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf gtk/browser: Trim column header string when event group enabled
authorNamhyung Kim <namhyung.kim@lge.com>
Tue, 22 Jan 2013 09:09:42 +0000 (18:09 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 31 Jan 2013 16:07:48 +0000 (13:07 -0300)
commit34b9564373a9e1d8c33d07824fae228a381d1803
tree9156ea48eaba21b52cb764cbd80512c042334b60
parentcb16008bcc6ea53617ca06c9eb4ab0ecafe04585
perf gtk/browser: Trim column header string when event group enabled

When event group feature is enabled, each column header is expanded to
match with the whole group column width.  But this is not needed for
GTK+ browser since ti usually use variable-width fonts.  So trim it.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1358845787-1350-15-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/gtk/hists.c