/linux-3.4.99/tools/perf/util/ |
D | parse-events.l | 66 cache-misses { return sym(PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_MISSES); } 68 branch-misses { return sym(PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_MISSES); } 94 misses|miss { return str(PE_NAME_CACHE_OP_RESULT); }
|
/linux-3.4.99/Documentation/devicetree/bindings/arm/ |
D | pmu.txt | 3 ARM cores often have a PMU for counting cpu and cache events like cache misses
|
/linux-3.4.99/lib/ |
D | lru_cache.c | 180 lc->misses = 0; in lc_reset() 218 lc->hits, lc->misses, lc->starving, lc->dirty, lc->changed); in lc_seq_printf_stats() 368 ++lc->misses; in lc_get()
|
/linux-3.4.99/security/selinux/include/ |
D | avc.h | 43 unsigned int misses; member
|
/linux-3.4.99/drivers/video/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-3.4.99/include/linux/ |
D | lru_cache.h | 199 unsigned long hits, misses, starving, dirty, changed; member
|
/linux-3.4.99/drivers/net/ethernet/myricom/ |
D | Kconfig | 45 is used, with the intent of lessening the impact of cache misses.
|
/linux-3.4.99/Documentation/ |
D | static-keys.txt | 262 5,569,188 branch-misses # 2.67% of all branches ( +- 0.54% ) 279 4,884,119 branch-misses # 2.36% of all branches ( +- 0.85% ) 284 'branch-misses'. This is where we would expect to get the most savings, since
|
/linux-3.4.99/fs/btrfs/ |
D | compression.c | 454 int misses = 0; in add_ra_bio_pages() local 476 misses++; in add_ra_bio_pages() 477 if (misses > 4) in add_ra_bio_pages()
|
/linux-3.4.99/drivers/net/ethernet/intel/ |
D | Kconfig | 121 is used, with the intent of lessening the impact of cache misses. 192 is used, with the intent of lessening the impact of cache misses.
|
/linux-3.4.99/tools/perf/Documentation/ |
D | perf-list.txt | 73 . 'hw' or 'hardware' to list hardware events such as cache-misses, etc.
|
D | perf-stat.txt | 127 27075259 cache misses # 3.335 M/sec
|
/linux-3.4.99/Documentation/hwmon/ |
D | lm63 | 34 capabilities added. It misses some of the LM86 features though:
|
/linux-3.4.99/security/selinux/ |
D | selinuxfs.c | 1425 unsigned int misses = st->misses; in sel_avc_stats_seq_show() local 1426 unsigned int hits = lookups - misses; in sel_avc_stats_seq_show() 1428 hits, misses, st->allocations, in sel_avc_stats_seq_show()
|
D | avc.c | 348 avc_cache_stats_incr(misses); in avc_lookup()
|
/linux-3.4.99/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-3.4.99/Documentation/arm/ |
D | tcm.txt | 51 timing and cannot wait for cache misses.
|
/linux-3.4.99/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
|
/linux-3.4.99/mm/ |
D | Kconfig | 323 allocation, by reducing the number of tlb misses and by speeding
|
/linux-3.4.99/Documentation/serial/ |
D | sx.txt | 165 ever misses an interrupt. I've never seen this happen,
|
/linux-3.4.99/tools/perf/ |
D | design.txt | 114 cache references and misses at different levels of the cache hierarchy).
|
/linux-3.4.99/Documentation/development-process/ |
D | 1.Intro | 229 more development after its release. This argument misses the value of
|
/linux-3.4.99/Documentation/virtual/kvm/ |
D | timekeeping.txt | 414 inactive, the P-state may be raised temporarily to service cache misses from
|