From: Avi Kivity Date: Sat, 13 Sep 2014 04:15:05 +0000 (+0300) Subject: perf tools: Disable kernel symbol demangling by default X-Git-Tag: omap-for-v3.19/prcm-cleanup~97^2~18^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=763122ade725592402190f5ff3b8d2edf42b87e8;p=pandora-kernel.git perf tools: Disable kernel symbol demangling by default Some Linux symbols (for example __vt_event_wait) are interpreted by the demangler as C++ mangled names, which of course they aren't. Disable kernel symbol demangling by default to avoid this, and allow enabling it with a new option --demangle-kernel for those who wish it. Reported-by: Jiri Olsa Signed-off-by: Avi Kivity Acked-by: Jiri Olsa Cc: Jiri Olsa Link: http://lkml.kernel.org/r/1410581705-26968-1-git-send-email-avi@cloudius-systems.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed