Monitoring of the CLFLUSH assembly instruction

谁都会走 提交于 2019-12-08 04:16:33

问题


I am interested in monitoring the CLFLUSH instruction in real-time either system-wide or for a specific process. The platform I am using is on

4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) x86_64 GNU/Linux, 
Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz

Currently, I am trying to do that using perf top/perf stat but i am not able to filter on this specific instruction. Any idea would be greatly appreciated.

来源:https://stackoverflow.com/questions/53359764/monitoring-of-the-clflush-assembly-instruction

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!