We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi everyone,
I’m currently following this instruction: Analyzing Arm linker callgraph by adding --info sizes,totals --callgraph_output=text.
--info sizes,totals --callgraph_output=text
My project folder is structured like this:
After building, I see that the example.o file is generated and referenced in the .map file.
example.o
.map
However, I don’t see it in the call graph file. I'm not sure why this happens, but because of this, I’m missing stack usage data that I want to calculate.