Software Archive
Read-only legacy content
17060 Discussions

How to get CPU_CLK_UNHALTED event?

GHui
Novice
1,179 Views

I'm new to MIC. I want to get CPU_CLK_UNHALTED event, what should I do? Any help will be appreciated.

0 Kudos
2 Replies
Sumedh_N_Intel
Employee
1,179 Views

To get the CPU_CLK_UNHALTED event count, you will need to  run a VTune analysis on the coprocessor. You may choose to run a lightweight hotspot analysis on the coprocessor which collects the CPU_CLK_UNHALTED by default or could run a custom analysis. A good place to start would be: software.intel.com/mic-developer > Training Tab > Tutorials.

You can also check the following links for more information: 

Tutorial: Finding Hotspots on the Intel® Xeon Phi™ Coprocessor.

Intel® VTune™ Amplifier 2013: User Guide.

0 Kudos
TimP
Honored Contributor III
1,179 Views

papi also has been ported to run under gcc only.  I haven 't seen any MIC specific tutorial.

http://icl.cs.utk.edu/papi/news/news.html?id=314

the kernel support should be in the latest MPSS.

0 Kudos
Reply