Hi,
I have downloaded few application such as matrix multiplication form the code samples given in this site. I am trying to trace the function calls of those applications using perf. perf is listing the function names but they are in hex-code. In order to get the name of the function I need to get the debugger version it seems. But I couldn't find it in the site.
In the Makefile, a -g option was available but it didn't work.
Could anyone please help?
Thanks & regards,
Sudipta Paul