Hi Rémi,
On 25.05.2020 16:32, Rémi Bernon wrote:
Linux perf isn't able to parse debug link from PE files either, but it looks for similarly named files in relative a .debug directory.
Did you look at how hard it would be to add minimal PE support to perf itself? To replace this patch, it would need to locate GNU debug link in PE file. Its format is identical to ELF files, so I'd hope that it shouldn't be too hard. It's a similar situation for debug info itself.
Thanks,
Jacek