Incorrect call-graph tracking due to new _dl_runtime_resolve_xsave*
commit86277041a296d3ca34d938b347c246ff4485c3a0
authorMark Wielaard <mark@klomp.org>
Mon, 27 Jul 2020 20:43:28 +0000 (27 22:43 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 25 Aug 2020 14:37:43 +0000 (25 16:37 +0200)
tree3ee5178d61569a6cac91a5efa379026c6910b2b8
parentb74f9f23c8758c77367f18368ea95baa858544cb
Incorrect call-graph tracking due to new _dl_runtime_resolve_xsave*

Newer glibc have alternate ld.so _ld_runtime_resolve functions.
Namely _dl_runtime_resolve_xsave and _dl_runtime_resolve_xsavec

This patch recognizes the xsave, xsvec and fxsave variants and
changes callgrind so that any variant counts as _dl_runtime_resolve.

Original patch by paulo.cesar.pereira.de.andrade@gmail.com
https://bugs.kde.org/show_bug.cgi?id=415293
NEWS
callgrind/fn.c