/Linux-v4.19/arch/powerpc/perf/ |
D | power8-pmu.c | 131 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED_CMPL); 133 GENERIC_EVENT_ATTR(cache-misses, PM_LD_MISS_L1); 136 CACHE_EVENT_ATTR(L1-dcache-load-misses, PM_LD_MISS_L1); 140 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1); 141 CACHE_EVENT_ATTR(L1-icache-load-misses, PM_L1_ICACHE_MISS); 145 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS); 148 CACHE_EVENT_ATTR(LLC-store-misses, PM_L2_ST_MISS); 151 CACHE_EVENT_ATTR(branch-load-misses, PM_BR_MPRED_CMPL); 153 CACHE_EVENT_ATTR(dTLB-load-misses, PM_DTLB_MISS); 154 CACHE_EVENT_ATTR(iTLB-load-misses, PM_ITLB_MISS);
|
D | power9-pmu.c | 168 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED_CMPL); 170 GENERIC_EVENT_ATTR(cache-misses, PM_LD_MISS_L1_FIN); 172 CACHE_EVENT_ATTR(L1-dcache-load-misses, PM_LD_MISS_L1_FIN); 175 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1); 176 CACHE_EVENT_ATTR(L1-icache-load-misses, PM_L1_ICACHE_MISS); 179 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS); 182 CACHE_EVENT_ATTR(LLC-store-misses, PM_L2_ST_MISS); 184 CACHE_EVENT_ATTR(branch-load-misses, PM_BR_MPRED_CMPL); 186 CACHE_EVENT_ATTR(dTLB-load-misses, PM_DTLB_MISS); 187 CACHE_EVENT_ATTR(iTLB-load-misses, PM_ITLB_MISS);
|
D | power7-pmu.c | 382 GENERIC_EVENT_ATTR(cache-misses, PM_LD_MISS_L1); 384 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED);
|
/Linux-v4.19/tools/perf/tests/attr/ |
D | test-record-group-sampling | 3 args = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1 17 # cache-misses
|
/Linux-v4.19/Documentation/devicetree/bindings/arc/ |
D | archs-pct.txt | 4 CPU and cache events like cache misses and hits. Like conventional PCT there
|
D | pct.txt | 4 CPU and cache events like cache misses and hits. Like conventional PCT there
|
/Linux-v4.19/tools/perf/util/ |
D | parse-events.l | 309 cache-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_MISSES); } 311 branch-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_MISSES); } 351 misses|miss { return str(yyscanner, PE_NAME_CACHE_OP_RESULT); }
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 2 /sys/devices/cpu/events/branch-misses 4 /sys/devices/cpu/events/cache-misses
|
/Linux-v4.19/drivers/video/fbdev/riva/ |
D | riva_hw.c | 249 int misses; in nv3_iterate() local 334 if (last==cur) misses = 0; in nv3_iterate() 335 else if (ainfo->first_vacc) misses = vmisses; in nv3_iterate() 336 else misses = 1; in nv3_iterate() 344 …ns = 1000000*(misses*state->mem_page_miss + ainfo->vburst_size)/(state->memory_width/8)/state->mcl… in nv3_iterate() 350 if (last==cur) misses = 0; in nv3_iterate() 351 else if (ainfo->first_gacc) misses = gmisses; in nv3_iterate() 352 else misses = 1; in nv3_iterate() 360 …ns = 1000000*(misses*state->mem_page_miss + ainfo->gburst_size/(state->memory_width/8))/state->mcl… in nv3_iterate() 366 if (last==cur) misses = 0; in nv3_iterate() [all …]
|
/Linux-v4.19/lib/ |
D | lru_cache.c | 215 lc->misses = 0; in lc_reset() 252 lc->hits, lc->misses, lc->starving, lc->locked, lc->changed); in lc_seq_printf_stats() 411 ++lc->misses; in __lc_get()
|
/Linux-v4.19/drivers/md/ |
D | dm-cache-policy-smq.c | 517 unsigned misses; member 530 s->misses = 0u; in stats_init() 535 s->hits = s->misses = 0u; in stats_reset() 543 s->misses++; in stats_level_accessed() 548 s->misses++; in stats_miss() 559 unsigned confidence = safe_div(s->hits << FP_SHIFT, s->hits + s->misses); in stats_assess() 1032 unsigned misses = mq->cache_stats.misses; in default_promote_level() local 1033 unsigned index = safe_div(hits << 4u, hits + misses); in default_promote_level()
|
/Linux-v4.19/include/linux/ |
D | lru_cache.h | 208 unsigned long hits, misses, starving, locked, changed; member
|
/Linux-v4.19/drivers/net/ethernet/myricom/ |
D | Kconfig | 42 is used, with the intent of lessening the impact of cache misses.
|
/Linux-v4.19/security/selinux/include/ |
D | avc.h | 38 unsigned int misses; member
|
/Linux-v4.19/Documentation/device-mapper/ |
D | cache.txt | 220 <#read hits> <#read misses> <#write hits> <#write misses> 235 #read misses : Number of times a READ bio has been mapped 239 #write misses : Number of times a WRITE bio has been
|
/Linux-v4.19/Documentation/ |
D | static-keys.txt | 307 5,569,188 branch-misses # 2.67% of all branches ( +- 0.54% ) 324 4,884,119 branch-misses # 2.36% of all branches ( +- 0.85% ) 329 'branch-misses'. This is where we would expect to get the most savings, since
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | pmu.txt | 3 ARM cores often have a PMU for counting cpu and cache events like cache misses
|
/Linux-v4.19/Documentation/admin-guide/ |
D | bcache.rst | 360 - Traffic's still going to the spindle/still getting cache misses 378 - Still getting cache misses, of the same data 381 the way cache coherency is handled for cache misses. If a btree node is full, 492 Hits and misses are counted per individual IO as bcache sees them; a 496 Hits and misses for IO that is intended to skip the cache are still counted, 502 since the synchronization for cache misses was rewritten)
|
/Linux-v4.19/kernel/rcu/ |
D | Kconfig | 148 implementations of RCU, and allows trading off cache misses 155 number of cache misses incurred during RCU's grace-period
|
/Linux-v4.19/Documentation/hwmon/ |
D | lm63 | 34 capabilities added. It misses some of the LM86 features though:
|
/Linux-v4.19/drivers/net/ethernet/intel/ |
D | Kconfig | 120 is used, with the intent of lessening the impact of cache misses. 185 is used, with the intent of lessening the impact of cache misses.
|
/Linux-v4.19/fs/btrfs/ |
D | compression.c | 423 int misses = 0; in add_ra_bio_pages() local 444 misses++; in add_ra_bio_pages() 445 if (misses > 4) in add_ra_bio_pages()
|
/Linux-v4.19/Documentation/RCU/ |
D | rculist_nulls.txt | 47 And note the traditional hlist_for_each_entry_rcu() misses this smp_rmb() :
|
/Linux-v4.19/security/selinux/ |
D | selinuxfs.c | 1539 unsigned int misses = st->misses; in sel_avc_stats_seq_show() local 1540 unsigned int hits = lookups - misses; in sel_avc_stats_seq_show() 1542 hits, misses, st->allocations, in sel_avc_stats_seq_show()
|
/Linux-v4.19/Documentation/arm/ |
D | tcm.txt | 51 timing and cannot wait for cache misses.
|