Skip to content
Commit 763122ad authored by Avi Kivity's avatar Avi Kivity Committed by Arnaldo Carvalho de Melo
Browse files

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: default avatarJiri Olsa <jolsa@redhat.com>
Signed-off-by: default avatarAvi Kivity <avi@cloudius-systems.com>
Acked-by: default avatarJiri Olsa <jolsa@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1410581705-26968-1-git-send-email-avi@cloudius-systems.com


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 29a3ce31
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment