Searched refs:MISSES (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PfmCounters.td | 24 PfmValidationCounter<L1ICacheLoadMiss, "L1-ICACHE-LOAD-MISSES">, 28 PfmValidationCounter<BranchPredictionMiss, "BRANCH-MISSES"> 226 PfmValidationCounter<L1DCacheLoadMiss, "L1-DCACHE-LOAD-MISSES">, 227 PfmValidationCounter<L1DCacheStoreMiss, "L1-DCACHE-STORE-MISSES">, 228 PfmValidationCounter<L1ICacheLoadMiss, "L1-ICACHE-LOAD-MISSES">, 229 PfmValidationCounter<DataTLBLoadMiss, "DTLB-LOAD-MISSES">, 230 PfmValidationCounter<InstructionTLBLoadMiss, "ITLB-LOAD-MISSES">, 231 PfmValidationCounter<BranchPredictionMiss, "BRANCH-MISSES">
|
/freebsd/usr.bin/systat/ |
H A D | zarc.c | 151 #define MISSES(stat) DO(delta.misses.stat, 31+1+5+7, 6); \ in showzarc() macro 153 #define E(stat) RATES(stat); HITS(stat); MISSES(stat); ++row in showzarc() 163 #undef MISSES in showzarc()
|