git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa7fe3b
)
perf symbols: Demangle cloned functions
author
Andi Kleen
<ak@linux.intel.com>
Thu, 12 Sep 2013 15:16:38 +0000
(08:16 -0700)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 25 Sep 2013 15:58:21 +0000
(12:58 -0300)
The libbfd C++ demangler doesn't seem to deal with cloned functions,
like symbol.clone.NUM.
Just strip the dot part before demangling and add it back later.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link:
http://lkml.kernel.org/r/1378998998-10802-1-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
No differences found