/linux-4.4.14/tools/perf/tests/attr/ |
D | test-record-group-sampling | 3 args = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1 16 # cache-misses
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 226 cache-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_MISSES); } 228 branch-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_MISSES); } 265 misses|miss { return str(yyscanner, PE_NAME_CACHE_OP_RESULT); }
|
/linux-4.4.14/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-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 2 /sys/devices/cpu/events/branch-misses 4 /sys/devices/cpu/events/cache-misses
|
D | sysfs-block-bcache | 35 For backing devices: integer number of cache misses.
|
/linux-4.4.14/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-4.4.14/drivers/md/ |
D | dm-cache-policy-smq.c | 497 unsigned misses; member 510 s->misses = 0u; in stats_init() 515 s->hits = s->misses = 0u; in stats_reset() 523 s->misses++; in stats_level_accessed() 528 s->misses++; in stats_miss() 539 unsigned confidence = safe_div(s->hits << FP_SHIFT, s->hits + s->misses); in stats_assess() 1015 unsigned misses = mq->cache_stats.misses; in default_promote_level() local 1016 unsigned index = safe_div(hits << 4u, hits + misses); in default_promote_level()
|
/linux-4.4.14/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() 413 ++lc->misses; in __lc_get()
|
/linux-4.4.14/include/linux/ |
D | lru_cache.h | 208 unsigned long hits, misses, starving, locked, changed; member
|
/linux-4.4.14/arch/powerpc/perf/ |
D | power7-pmu.c | 382 GENERIC_EVENT_ATTR(cache-misses, PM_LD_MISS_L1); 384 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED);
|
/linux-4.4.14/drivers/net/ethernet/myricom/ |
D | Kconfig | 42 is used, with the intent of lessening the impact of cache misses.
|
/linux-4.4.14/security/selinux/include/ |
D | avc.h | 43 unsigned int misses; member
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | pmu.txt | 3 ARM cores often have a PMU for counting cpu and cache events like cache misses
|
/linux-4.4.14/Documentation/ |
D | bcache.txt | 161 - Traffic's still going to the spindle/still getting cache misses 179 - Still getting cache misses, of the same data 182 the way cache coherency is handled for cache misses. If a btree node is full, 292 Hits and misses are counted per individual IO as bcache sees them; a 297 Hits and misses for IO that is intended to skip the cache are still counted, 303 since the synchronization for cache misses was rewritten)
|
D | static-keys.txt | 267 5,569,188 branch-misses # 2.67% of all branches ( +- 0.54% ) 284 4,884,119 branch-misses # 2.36% of all branches ( +- 0.85% ) 289 'branch-misses'. This is where we would expect to get the most savings, since
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 221 <#read hits> <#read misses> <#write hits> <#write misses> 236 #read misses : Number of times a READ bio has been mapped 240 #write misses : Number of times a WRITE bio has been
|
/linux-4.4.14/fs/btrfs/ |
D | compression.c | 457 int misses = 0; in add_ra_bio_pages() local 479 misses++; in add_ra_bio_pages() 480 if (misses > 4) in add_ra_bio_pages()
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm63 | 34 capabilities added. It misses some of the LM86 features though:
|
/linux-4.4.14/security/selinux/ |
D | selinuxfs.c | 1400 unsigned int misses = st->misses; in sel_avc_stats_seq_show() local 1401 unsigned int hits = lookups - misses; in sel_avc_stats_seq_show() 1403 hits, misses, st->allocations, in sel_avc_stats_seq_show()
|
D | avc.c | 617 avc_cache_stats_incr(misses); in avc_lookup()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf.h | 78 u64 misses; member
|
D | ixgbevf_main.c | 1097 ring->stats.misses++; in ixgbevf_busy_poll_recv()
|
/linux-4.4.14/Documentation/RCU/ |
D | rculist_nulls.txt | 47 And note the traditional hlist_for_each_entry_rcu() misses this smp_rmb() :
|
D | whatisRCU.txt | 97 and communications cache misses that are so expensive on present-day
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-list.txt | 114 . 'hw' or 'hardware' to list hardware events such as cache-misses, etc.
|
D | perf-stat.txt | 184 27075259 cache misses # 3.335 M/sec
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | Kconfig | 128 is used, with the intent of lessening the impact of cache misses. 219 is used, with the intent of lessening the impact of cache misses.
|
/linux-4.4.14/Documentation/arm/ |
D | tcm.txt | 51 timing and cannot wait for cache misses.
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 325 unsigned long misses; member
|
D | en_ethtool.c | 413 data[index++] = priv->rx_ring[i]->misses; in mlx4_en_get_ethtool_stats()
|
D | en_netdev.c | 92 rx_ring->misses++; in mlx4_en_low_latency_recv()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 207 u64 misses; member
|
D | ixgbe_ethtool.c | 1144 data[i+1] = ring->stats.misses; in ixgbe_get_ethtool_stats() 1172 data[i+1] = ring->stats.misses; in ixgbe_get_ethtool_stats()
|
D | ixgbe_main.c | 2165 ring->stats.misses++; in ixgbe_low_latency_recv()
|
/linux-4.4.14/Documentation/vm/ |
D | numa | 39 [cache misses] to be to "local" memory--memory on the same cell, if any--or
|
D | transhuge.txt | 30 number of TLB misses. With virtualization and nested pagetables the 254 from reduced TLB misses.
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.c | 1609 EVENT_ATTR(cache-misses, CACHE_MISSES ); 1611 EVENT_ATTR(branch-misses, BRANCH_MISSES );
|
/linux-4.4.14/Documentation/networking/ |
D | ixgbe.txt | 153 To account for filter matches and misses, there are two stats in ethtool:
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 114 cache references and misses at different levels of the cache hierarchy).
|
/linux-4.4.14/Documentation/development-process/ |
D | 1.Intro | 229 more development after its release. This argument misses the value of
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 326 and TLB misses can be reduced (and in some cases eliminated) by
|
/linux-4.4.14/mm/ |
D | Kconfig | 402 allocation, by reducing the number of tlb misses and by speeding
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 414 inactive, the P-state may be raised temporarily to service cache misses from
|
/linux-4.4.14/init/ |
D | Kconfig | 596 implementations of RCU, and allows trading off cache misses 603 number of cache misses incurred during RCU's grace-period
|