top | item 33927788

(no title)

mullr | 3 years ago

I've had no problems with dwarf.

discuss

order

galangalalgol|3 years ago

With optimizations and debug symbols turned on and the arch specified perf report very often puts some pieces of functions in the calling function for me when I use dwarf. Do you do anything specific in the build?

namibj|3 years ago

You need to activate the (somewhat slow?) inline-stack-aware addr2line integration/usage for optimized builds.

It doesn't place them there, they exist there (due to inlining).