* demangling of @plt entries
@ 2015-10-03 10:43 Milian Wolff
2015-10-04 16:03 ` Andi Kleen
0 siblings, 1 reply; 3+ messages in thread
From: Milian Wolff @ 2015-10-03 10:43 UTC (permalink / raw)
To: perf group
[-- Attachment #1: Type: text/plain, Size: 955 bytes --]
Hey all,
both perf and c++filt seem to have a problem with demangling @plt symbols:
c++filt _ZNK12QMapNodeBase8nextNodeEv@plt
_ZNK12QMapNodeBase8nextNodeEv@plt
c++filt _ZNK12QMapNodeBase8nextNodeEv
QMapNodeBase::nextNode() const
My question is: Should perf prevent this? I have a patch locally to just
demangle symbols up to the @plt at the end, i.e. ignoring it. This fixes the
problem for me.
But I'm not so sure - sounds like this is something that would be better fixed
globally. I found https://sourceware.org/bugzilla/show_bug.cgi?id=12021 but
that says it should be fixed already. Can anyone else reproduce this? Where
should this be fixed, can anyone point me to a software repository?
c++filt --version
GNU c++filt (GNU Binutils) 2.25.1
perf from current acme/perf/core
Thanks
--
Milian Wolff | milian.wolff@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel: +49-30-521325470
KDAB - The Qt Experts
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5903 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: demangling of @plt entries
2015-10-03 10:43 demangling of @plt entries Milian Wolff
@ 2015-10-04 16:03 ` Andi Kleen
2015-10-04 17:27 ` Milian Wolff
0 siblings, 1 reply; 3+ messages in thread
From: Andi Kleen @ 2015-10-04 16:03 UTC (permalink / raw)
To: Milian Wolff; +Cc: perf group
Milian Wolff <milian.wolff@kdab.com> writes:
>
> c++filt --version
> GNU c++filt (GNU Binutils) 2.25.1
I had a similar patch before, but it seems the problem disappears when
binutils (or rather libiberty) is updated.
-Andi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: demangling of @plt entries
2015-10-04 16:03 ` Andi Kleen
@ 2015-10-04 17:27 ` Milian Wolff
0 siblings, 0 replies; 3+ messages in thread
From: Milian Wolff @ 2015-10-04 17:27 UTC (permalink / raw)
To: Andi Kleen; +Cc: perf group
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
On Sonntag, 4. Oktober 2015 09:03:16 CEST Andi Kleen wrote:
> Milian Wolff <milian.wolff@kdab.com> writes:
> > c++filt --version
> > GNU c++filt (GNU Binutils) 2.25.1
>
> I had a similar patch before, but it seems the problem disappears when
> binutils (or rather libiberty) is updated.
Are you running a self-compiled binutils from git? To my knowledge, 2.25.1 is
the latest stable release.
But thanks, that at least tells me that I can wait and keep my patch local
until a new binutils is released.
Bye
--
Milian Wolff | milian.wolff@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel: +49-30-521325470
KDAB - The Qt Experts
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5903 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-04 17:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-03 10:43 demangling of @plt entries Milian Wolff
2015-10-04 16:03 ` Andi Kleen
2015-10-04 17:27 ` Milian Wolff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).