Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why don I get full backtraces when profiling on x86-64?

backtraces profiling
0
Posted

Why don I get full backtraces when profiling on x86-64?

0

By default, the gcc compiler on x86-64 Linux omits the frame pointer during compilation. To enable the collection of full backtraces, you can either use the “Thread Time Profile” configuration (new in Zoom 2.0) or recompile your x86-64 code with “-fno-omit-frame-pointer”. Adding a frame pointer to normal code should have a very slight performance and size impact, but it makes debugging and profiling much easier.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123