https://sourceware.org/bugzilla/show_bug.cgi?id=32263
Milian Wolff <mail at milianw dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mail at milianw dot de --- Comment #1 from Milian Wolff <mail at milianw dot de> --- this is already possible, we do that in e.g. `perfparser`, cf. https://github.com/KDAB/perfparser/blob/hotspot/app/perfsymboltable.cpp#L336 the problem is the interpretation of the MMAP events into a form that elfutils can understand, it seems to be incapable of just ingesting the MMAP events as-is, you have to do some interpretation to prevent overlapping regions etc. - see https://github.com/KDAB/perfparser/blob/hotspot/app/perfelfmap.cpp#L69 -- You are receiving this mail because: You are on the CC list for the bug.