Home
last modified time | relevance | path

Searched refs:misses (Results 1 – 45 of 45) sorted by relevance

/linux-4.4.14/tools/perf/tests/attr/
Dtest-record-group-sampling3 args = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1
16 # cache-misses
/linux-4.4.14/tools/perf/util/
Dparse-events.l226 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/
Darchs-pct.txt4 CPU and cache events like cache misses and hits. Like conventional PCT there
Dpct.txt4 CPU and cache events like cache misses and hits. Like conventional PCT there
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-events2 /sys/devices/cpu/events/branch-misses
4 /sys/devices/cpu/events/cache-misses
Dsysfs-block-bcache35 For backing devices: integer number of cache misses.
/linux-4.4.14/drivers/video/fbdev/riva/
Driva_hw.c249 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/
Ddm-cache-policy-smq.c497 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/
Dlru_cache.c215 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/
Dlru_cache.h208 unsigned long hits, misses, starving, locked, changed; member
/linux-4.4.14/arch/powerpc/perf/
Dpower7-pmu.c382 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/
DKconfig42 is used, with the intent of lessening the impact of cache misses.
/linux-4.4.14/security/selinux/include/
Davc.h43 unsigned int misses; member
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dpmu.txt3 ARM cores often have a PMU for counting cpu and cache events like cache misses
/linux-4.4.14/Documentation/
Dbcache.txt161 - 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)
Dstatic-keys.txt267 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/
Dcache.txt221 <#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/
Dcompression.c457 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/
Dlm6334 capabilities added. It misses some of the LM86 features though:
/linux-4.4.14/security/selinux/
Dselinuxfs.c1400 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()
Davc.c617 avc_cache_stats_incr(misses); in avc_lookup()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h78 u64 misses; member
Dixgbevf_main.c1097 ring->stats.misses++; in ixgbevf_busy_poll_recv()
/linux-4.4.14/Documentation/RCU/
Drculist_nulls.txt47 And note the traditional hlist_for_each_entry_rcu() misses this smp_rmb() :
DwhatisRCU.txt97 and communications cache misses that are so expensive on present-day
/linux-4.4.14/tools/perf/Documentation/
Dperf-list.txt114 . 'hw' or 'hardware' to list hardware events such as cache-misses, etc.
Dperf-stat.txt184 27075259 cache misses # 3.335 M/sec
/linux-4.4.14/drivers/net/ethernet/intel/
DKconfig128 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/
Dtcm.txt51 timing and cannot wait for cache misses.
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h325 unsigned long misses; member
Den_ethtool.c413 data[index++] = priv->rx_ring[i]->misses; in mlx4_en_get_ethtool_stats()
Den_netdev.c92 rx_ring->misses++; in mlx4_en_low_latency_recv()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h207 u64 misses; member
Dixgbe_ethtool.c1144 data[i+1] = ring->stats.misses; in ixgbe_get_ethtool_stats()
1172 data[i+1] = ring->stats.misses; in ixgbe_get_ethtool_stats()
Dixgbe_main.c2165 ring->stats.misses++; in ixgbe_low_latency_recv()
/linux-4.4.14/Documentation/vm/
Dnuma39 [cache misses] to be to "local" memory--memory on the same cell, if any--or
Dtranshuge.txt30 number of TLB misses. With virtualization and nested pagetables the
254 from reduced TLB misses.
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c1609 EVENT_ATTR(cache-misses, CACHE_MISSES );
1611 EVENT_ATTR(branch-misses, BRANCH_MISSES );
/linux-4.4.14/Documentation/networking/
Dixgbe.txt153 To account for filter matches and misses, there are two stats in ethtool:
/linux-4.4.14/tools/perf/
Ddesign.txt114 cache references and misses at different levels of the cache hierarchy).
/linux-4.4.14/Documentation/development-process/
D1.Intro229 more development after its release. This argument misses the value of
/linux-4.4.14/Documentation/timers/
DNO_HZ.txt326 and TLB misses can be reduced (and in some cases eliminated) by
/linux-4.4.14/mm/
DKconfig402 allocation, by reducing the number of tlb misses and by speeding
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt414 inactive, the P-state may be raised temporarily to service cache misses from
/linux-4.4.14/init/
DKconfig596 implementations of RCU, and allows trading off cache misses
603 number of cache misses incurred during RCU's grace-period