Hi,
I am profiling my C application running on an ARM target. DS-5 streamline analyzer is run on a host machine.
Data is captured from ARM target board using gator daemon.
I am getting following entries in Call paths view which contribute to most of the CPU usage apart from my user defined functions:
I am unable to see the details of which codes/functions from these libraries is being called and how much CPU time each of them is using.
Do anybody know how to solve this issue?