How can I use perf to measure the hardware performance events UNC_QMC_NORMAL_READS and UNC_QMC_WRITES caused by a specific process in Linux?
Asked
Active
Viewed 1,518 times
0
-
What is your CPU model? First check these events are supported by it and then look at "raw events" in the perf doc and code, to understand their format for your target. – amigadev Aug 10 '15 at 14:32
-
Try ocperf script from Intel: https://github.com/andikleen/pmu-tools/blob/master/ocperf.py – osgx Jan 09 '16 at 04:15