I'm trying to profile an application that has compressed debug sections, but the resulting flamegraph does not show the function names.
Decompressing the symbol file prior to analysis work, but it would be nice if we could support compressed debug sections. Here's the reproduction steps:
The resulting flame.svg, won't show the function properly, only addressees.
Removing the linking option "-Wl,--compress-debug-sections=zlib" and repeating the process gets a correct flamegraph
I'm trying to profile an application that has compressed debug sections, but the resulting flamegraph does not show the function names. Decompressing the symbol file prior to analysis work, but it would be nice if we could support compressed debug sections. Here's the reproduction steps:
The resulting flame.svg, won't show the function properly, only addressees. Removing the linking option "-Wl,--compress-debug-sections=zlib" and repeating the process gets a correct flamegraph