This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DS-5 CE arm streamline not showing function names.

Note: This was originally posted on 31st May 2013 at http://forums.arm.com

Trying to profile a native application built with android-ndk. Function view is not showing function names.

I have tried followed this link to get streamline working : http://blogs.arm.com/software-enablement/682-setting-up-android-mobile-phone-to-use-arm-streamline-for-profiling/


Can anyone help me with this.


Attached is the screen shot of the function view.


Parents
  • Note: This was originally posted on 27th June 2013 at http://forums.arm.com

    Thanks a lot for your reply.

    When i build with -g option i get two exe. One in Project/libs/armeabi-7a/ and other in [size=2]objs/local/armeabi-7a/objs/.[/size]

    I can see symbol table when i open the exe in objs/local/armeabi-7a/objs/ with ELF Content Editor. But capture still doesn't show any function names.

    Are there any limitations with DS-5 CE like memory or size ?

    Are there any warning messages in the Commands view when the .so debug info is loaded?  You should be able to debug a release build as long as the code is compiled with '-g' and the resulting .so has not been stripped or debug info (by '-s' or 'strip').
Reply
  • Note: This was originally posted on 27th June 2013 at http://forums.arm.com

    Thanks a lot for your reply.

    When i build with -g option i get two exe. One in Project/libs/armeabi-7a/ and other in [size=2]objs/local/armeabi-7a/objs/.[/size]

    I can see symbol table when i open the exe in objs/local/armeabi-7a/objs/ with ELF Content Editor. But capture still doesn't show any function names.

    Are there any limitations with DS-5 CE like memory or size ?

    Are there any warning messages in the Commands view when the .so debug info is loaded?  You should be able to debug a release build as long as the code is compiled with '-g' and the resulting .so has not been stripped or debug info (by '-s' or 'strip').
Children
No data