Hello,
I am trying to find the hotspots of the application using intel vtune advance hotspots analysis. When I look at the Bottom-Up window. It provides the column "Function/Call Stack" along the Module column. I was expecting to see the functions of the running application in the column Function/Call Stack. But Functions/call stack column gives information from the modules like libjvm.so , ld-2.17.so, libc-2.17 etc. I have observed that one function is named as the "Outside any known module". I suspect that this function contains the information of my application (for example if I am running the helloworld program then it includes the main function of source code and print out statement). Is it right?
Regards,