Perf工具未检测到TLB未命中

时间:2016-04-15 23:45:16

标签: performance perf tlb

我正在尝试使用以下配置测量笔记本电脑中的TLB未命中:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 61
model name  : Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
stepping    : 4
microcode   : 0x1d
cpu MHz     : 1593.625
cache size  : 3072 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 2
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 20
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap xsaveopt
bugs        :
bogomips    : 4389.43
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

以上是针对处理器0的,处理器1,2和3具有类似的结果。

这是我尝试测量TLB未命中的结果:

perf stat -B -e dTLB-load-misses sleep 2

Performance counter stats for 'sleep 2':

             0      dTLB-load-misses                                            

   2.001923304 seconds time elapsed

不确定如何解释这一点。任何见解?我在某处看到,在Sandy Bridge笔记本电脑上,perf效果不佳......

0 个答案:

没有答案