不支持性能循环

不支持性能循环

我正在尝试使用 perf 在 Linux 虚拟机中进行分析。但是,我收到以下输出:

[vagrant@localhost ~]$ perf stat -d ls /
bin  boot  dev  etc  home  lib  lib64  lost+found  media  mnt  opt  proc  root  run  sbin  srv  sys  tmp  usr  vagrant  var

 Performance counter stats for 'ls /':

          1.063002      task-clock (msec)         #    0.408 CPUs utilized
                13      context-switches          #    0.012 M/sec
                 0      cpu-migrations            #    0.000 K/sec
               101      page-faults               #    0.095 M/sec
   <not supported>      cycles
   <not supported>      instructions
   <not supported>      branches
   <not supported>      branch-misses
   <not supported>      L1-dcache-loads
   <not supported>      L1-dcache-load-misses
   <not supported>      LLC-loads
   <not supported>      LLC-load-misses

       0.002608020 seconds time elapsed

许多有趣的价值观似乎没有得到支持。我已经在 kvm 和 virtualbox guest 虚拟机上尝试过此操作,并在 Linux 和 Mac OS 上尝试了 virtualbox guest 虚拟机。我的在线阅读表明 kvm guest 内部支持 perf。所以这真的让我很困惑。可能出了什么问题?

相关内容