]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf c2c report: Add support to manage symbol name length
authorJiri Olsa <jolsa@kernel.org>
Sun, 10 Jul 2016 14:25:15 +0000 (16:25 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 21 Oct 2016 13:31:59 +0000 (10:31 -0300)
commit590b6a3ac5133e3fff9ac6f44af0dc0f3eb7c397
tree5d2124a3d580b998791e13037bb7f1c009bce25b
parentbb342daed8903af7fa984a1e227f4a44f1b36b88
perf c2c report: Add support to manage symbol name length

The width of symbol and source line entries could get really long
and not convenient to display. Adding support to display only
patrt of such strings and possibility to switch to full length
by uing --full-symbols option or 's' key in TUI browser.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Joe Mario <jmario@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/n/tip-yxf5hfteyfaoi8xrgczqtyha@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-c2c.c