/Linux-v5.4/drivers/cpuidle/governors/ |
D | teo.c | 91 unsigned int misses; member 175 unsigned int misses = cpu_data->states[idx_timer].misses; in teo_update() local 178 misses -= misses >> DECAY_SHIFT; in teo_update() 181 misses += PULSE; in teo_update() 188 cpu_data->states[idx_timer].misses = misses; in teo_update() 303 if (cpu_data->states[idx].hits <= cpu_data->states[idx].misses && in teo_select()
|
/Linux-v5.4/arch/powerpc/perf/ |
D | power8-pmu.c | 128 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED_CMPL); 130 GENERIC_EVENT_ATTR(cache-misses, PM_LD_MISS_L1); 133 CACHE_EVENT_ATTR(L1-dcache-load-misses, PM_LD_MISS_L1); 137 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1); 138 CACHE_EVENT_ATTR(L1-icache-load-misses, PM_L1_ICACHE_MISS); 142 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS); 145 CACHE_EVENT_ATTR(LLC-store-misses, PM_L2_ST_MISS); 148 CACHE_EVENT_ATTR(branch-load-misses, PM_BR_MPRED_CMPL); 150 CACHE_EVENT_ATTR(dTLB-load-misses, PM_DTLB_MISS); 151 CACHE_EVENT_ATTR(iTLB-load-misses, PM_ITLB_MISS);
|
D | power9-pmu.c | 157 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED_CMPL); 159 GENERIC_EVENT_ATTR(cache-misses, PM_LD_MISS_L1_FIN); 163 CACHE_EVENT_ATTR(L1-dcache-load-misses, PM_LD_MISS_L1_FIN); 166 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1); 167 CACHE_EVENT_ATTR(L1-icache-load-misses, PM_L1_ICACHE_MISS); 170 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS); 173 CACHE_EVENT_ATTR(branch-load-misses, PM_BR_MPRED_CMPL); 175 CACHE_EVENT_ATTR(dTLB-load-misses, PM_DTLB_MISS); 176 CACHE_EVENT_ATTR(iTLB-load-misses, PM_ITLB_MISS);
|
D | power7-pmu.c | 379 GENERIC_EVENT_ATTR(cache-misses, PM_LD_MISS_L1); 381 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED);
|
/Linux-v5.4/tools/perf/tests/attr/ |
D | test-record-group-sampling | 3 args = --no-bpf-event -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1 17 # cache-misses
|
/Linux-v5.4/Documentation/devicetree/bindings/perf/ |
D | nds32v3-pmu.txt | 3 NDS32 core have a PMU for counting cpu and cache events like cache misses.
|
/Linux-v5.4/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-v5.4/tools/perf/util/ |
D | parse-events.l | 321 cache-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_MISSES); } 323 branch-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_MISSES); } 363 misses|miss { return str(yyscanner, PE_NAME_CACHE_OP_RESULT); }
|
/Linux-v5.4/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-v5.4/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-v5.4/lib/ |
D | lru_cache.c | 203 lc->misses = 0; in lc_reset() 240 lc->hits, lc->misses, lc->starving, lc->locked, lc->changed); in lc_seq_printf_stats() 399 ++lc->misses; in __lc_get()
|
/Linux-v5.4/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-v5.4/include/linux/ |
D | lru_cache.h | 196 unsigned long hits, misses, starving, locked, changed; member
|
/Linux-v5.4/security/selinux/include/ |
D | avc.h | 38 unsigned int misses; member
|
/Linux-v5.4/drivers/net/ethernet/myricom/ |
D | Kconfig | 43 is used, with the intent of lessening the impact of cache misses.
|
/Linux-v5.4/Documentation/virtual/ |
D | guest-halt-polling.txt | 54 be increased from 10000, to avoid misses during the initial
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | cache.rst | 240 <#read hits> <#read misses> <#write hits> <#write misses> 257 #read misses Number of times a READ bio has been mapped 261 #write misses Number of times a WRITE bio has been
|
/Linux-v5.4/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-v5.4/kernel/rcu/ |
D | Kconfig | 119 implementations of RCU, and allows trading off cache misses 126 number of cache misses incurred during RCU's grace-period
|
/Linux-v5.4/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-v5.4/Documentation/hwmon/ |
D | lm63.rst | 51 capabilities added. It misses some of the LM86 features though:
|
/Linux-v5.4/fs/btrfs/ |
D | compression.c | 444 int misses = 0; in add_ra_bio_pages() local 463 misses++; in add_ra_bio_pages() 464 if (misses > 4) in add_ra_bio_pages()
|
/Linux-v5.4/drivers/net/ethernet/intel/ |
D | Kconfig | 124 is used, with the intent of lessening the impact of cache misses. 193 is used, with the intent of lessening the impact of cache misses.
|
/Linux-v5.4/Documentation/RCU/ |
D | rculist_nulls.txt | 47 And note the traditional hlist_for_each_entry_rcu() misses this smp_rmb() :
|