Software Archive
Read-only legacy content
17061 Discussions

No Call Stack Information on MIC

Bryan_H_2
Beginner
619 Views

Hi, there.

Our team is trying to conduct hotspots analysis on MIC from host. However, after we open the result with Vtune 2015, it got no call stack information both in Bottom Up and Top Down taps.

Would you please help us out here?

Many thanks,

Bryan 

0 Kudos
2 Replies
Kevin_D_Intel
Employee
619 Views

I am not familiar with this so I inquired with others for advice. From what I read, VTune 2015 should support the call stack information.

While I await help, a few questions:

0 Kudos
Dmitry_P_Intel1
Employee
619 Views

Hello,

VTune stack sampling collection on Xeon Phi works only for native application launch so the command line should be something like:

>amplxe-cl -target-system=mic-native -collect advanced-hotspots -knob collection-detail=stack-sampling <path_to_my_app_on_the_card>

It is available only for Linux host.

Thanks & Regards, Dmitry

0 Kudos
Reply