| /OK3568_Linux_fs/kernel/drivers/cpuidle/governors/ |
| H A D | teo.c | 91 unsigned int misses; member 179 unsigned int misses = cpu_data->states[idx_timer].misses; in teo_update() local 182 misses -= misses >> DECAY_SHIFT; in teo_update() 185 misses += PULSE; in teo_update() 192 cpu_data->states[idx_timer].misses = misses; in teo_update() 246 unsigned int hits, misses, early_hits; in teo_select() local 261 misses = 0; in teo_select() 288 misses = cpu_data->states[i].misses; in teo_select() 326 misses = cpu_data->states[i].misses; in teo_select() 337 misses = cpu_data->states[i].misses; in teo_select() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A 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);
|
| H A D | power10-pmu.c | 112 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED_CMPL); 114 GENERIC_EVENT_ATTR(cache-misses, PM_LD_MISS_L1); 118 CACHE_EVENT_ATTR(L1-dcache-load-misses, PM_LD_MISS_L1); 121 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1); 122 CACHE_EVENT_ATTR(L1-icache-load-misses, PM_L1_ICACHE_MISS); 125 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS); 127 CACHE_EVENT_ATTR(branch-load-misses, PM_BR_MPRED_CMPL); 129 CACHE_EVENT_ATTR(dTLB-load-misses, PM_DTLB_MISS); 130 CACHE_EVENT_ATTR(iTLB-load-misses, PM_ITLB_MISS);
|
| H A D | power9-pmu.c | 159 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED_CMPL); 161 GENERIC_EVENT_ATTR(cache-misses, PM_LD_MISS_L1_FIN); 165 CACHE_EVENT_ATTR(L1-dcache-load-misses, PM_LD_MISS_L1_FIN); 168 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1); 169 CACHE_EVENT_ATTR(L1-icache-load-misses, PM_L1_ICACHE_MISS); 172 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS); 175 CACHE_EVENT_ATTR(branch-load-misses, PM_BR_MPRED_CMPL); 177 CACHE_EVENT_ATTR(dTLB-load-misses, PM_DTLB_MISS); 178 CACHE_EVENT_ATTR(iTLB-load-misses, PM_ITLB_MISS);
|
| H A D | power7-pmu.c | 382 GENERIC_EVENT_ATTR(cache-misses, PM_LD_MISS_L1); 384 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED);
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/attr/ |
| H A D | test-record-group-sampling | 3 args = --no-bpf-event -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1 17 # cache-misses
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | blkcache.c | 71 ++_stats.misses; in blkcache_read() 165 _stats.misses = 0; in blkcache_configure() 172 _stats.misses = 0; in blkcache_stats()
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | ccache-support.txt | 24 misses, etc.) by running +make ccache-stats+. 41 directory would lead to many cache misses. 46 the output directory no longer leads to cache misses.
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86drmHash.h | 43 unsigned long misses; /* Not in table */ member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | parse-events.l | 333 cache-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_MISSES); } 335 branch-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_MISSES); } 377 misses|miss { return str(yyscanner, PE_NAME_CACHE_OP_RESULT); }
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/perf/ |
| H A D | nds32v3-pmu.txt | 3 NDS32 core have a PMU for counting cpu and cache events like cache misses.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arc/ |
| H A D | archs-pct.txt | 4 CPU and cache events like cache misses and hits. Like conventional PCT there
|
| H A D | pct.txt | 4 CPU and cache events like cache misses and hits. Like conventional PCT there
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-events | 2 /sys/devices/cpu/events/branch-misses 4 /sys/devices/cpu/events/cache-misses
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | blkcache.c | 24 stats.hits, stats.misses, stats.entries, in blkc_show()
|
| /OK3568_Linux_fs/buildroot/package/unscd/ |
| H A D | Config.in | 16 the parent, and only cache misses start worker children,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lru_cache.h | 196 unsigned long hits, misses, starving, locked, changed; member
|
| /OK3568_Linux_fs/buildroot/package/libselinux/ |
| H A D | 0001-fix-musl-build.patch | 26 + * building with a C library that misses it (e.g. musl).
|
| /OK3568_Linux_fs/kernel/security/selinux/include/ |
| H A D | avc.h | 38 unsigned int misses; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/myricom/ |
| H A D | Kconfig | 43 is used, with the intent of lessening the impact of cache misses.
|
| /OK3568_Linux_fs/buildroot/package/gdb/11.2/ |
| H A D | 0010-The-signal-definitions-of-musl-and-gdb-collide.patch | 8 Kernel 4.14 misses the definitions of struct user_sve_header so we still
|
| /OK3568_Linux_fs/buildroot/package/gdb/10.2/ |
| H A D | 0010-The-signal-definitions-of-musl-and-gdb-collide.patch | 8 Kernel 4.14 misses the definitions of struct user_sve_header so we still
|