| /linux-4.4.14/kernel/ |
| D | profile.c | 33 u32 pc, hits; member 252 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[j]; in profile_flip_buffers() local 254 if (!hits[i].hits) { in profile_flip_buffers() 255 if (hits[i].pc) in profile_flip_buffers() 256 hits[i].pc = 0; in profile_flip_buffers() 259 atomic_add(hits[i].hits, &prof_buffer[hits[i].pc]); in profile_flip_buffers() 260 hits[i].hits = hits[i].pc = 0; in profile_flip_buffers() 275 struct profile_hit *hits = per_cpu(cpu_profile_hits, cpu)[i]; in profile_discard_flip_buffers() local 276 memset(hits, 0, NR_PROFILE_HIT*sizeof(struct profile_hit)); in profile_discard_flip_buffers() 285 struct profile_hit *hits; in do_profile_hits() local [all …]
|
| /linux-4.4.14/fs/ |
| D | fs_struct.c | 67 int hits = 0; in chroot_fs_refs() local 70 hits += replace_path(&fs->root, old_root, new_root); in chroot_fs_refs() 71 hits += replace_path(&fs->pwd, old_root, new_root); in chroot_fs_refs() 73 while (hits--) { in chroot_fs_refs()
|
| /linux-4.4.14/tools/perf/Documentation/ |
| D | perf-buildid-list.txt | 25 --with-hits:: 26 Show only DSOs with hits.
|
| D | perf-archive.txt | 15 This command runs perf-buildid-list --with-hits, and collects the files with the
|
| D | intel-pt.txt | 494 perf buildid-list --with-hits
|
| /linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
| D | cpupower-monitor.c | 218 int mon, hits = 0; in parse_monitor_param() local 236 tmp_mons[hits] = monitors[num]; in parse_monitor_param() 237 hits++; in parse_monitor_param() 241 if (hits == 0) { in parse_monitor_param() 249 avail_monitors = hits; in parse_monitor_param()
|
| /linux-4.4.14/Documentation/trace/ |
| D | kprobetrace.txt | 89 You can check the total number of probe hits and probe miss-hits via 91 The first column is event name, the second is the number of probe hits, 92 the third is the number of probe miss-hits. 169 Each line shows when the kernel hits an event, and <- SYMBOL means kernel
|
| D | uprobetracer.txt | 63 You can check the total number of probe hits and probe miss-hits via 65 The first column is event name, the second is the number of probe hits, 66 the third is the number of probe miss-hits.
|
| /linux-4.4.14/tools/perf/ui/gtk/ |
| D | hists.c | 104 u64 hits, child_total; in perf_gtk__add_callchain() local 108 hits = callchain_cumul_hits(node); in perf_gtk__add_callchain() 109 percent = 100.0 * hits / total; in perf_gtk__add_callchain()
|
| /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/tools/perf/ |
| D | perf-archive.sh | 24 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
|
| D | builtin-record.c | 671 unsigned long long hits = rec->samples; in __cmd_record() local 690 if (hits == rec->samples) { in __cmd_record()
|
| D | builtin-top.c | 1020 u64 hits = top->samples; in __cmd_top() local 1024 if (hits == top->samples) in __cmd_top()
|
| /linux-4.4.14/lib/ |
| D | lru_cache.c | 214 lc->hits = 0; in lc_reset() 252 lc->hits, lc->misses, lc->starving, lc->locked, lc->changed); in lc_seq_printf_stats() 401 ++lc->hits; in __lc_get() 405 ++lc->hits; in __lc_get()
|
| /linux-4.4.14/drivers/md/ |
| D | dm-cache-policy-smq.c | 496 unsigned hits; member 509 s->hits = 0u; in stats_init() 515 s->hits = s->misses = 0u; in stats_reset() 521 s->hits++; in stats_level_accessed() 539 unsigned confidence = safe_div(s->hits << FP_SHIFT, s->hits + s->misses); in stats_assess() 1014 unsigned hits = mq->cache_stats.hits; in default_promote_level() local 1016 unsigned index = safe_div(hits << 4u, hits + misses); in default_promote_level()
|
| D | Kconfig | 313 A cache policy that uses a multiqueue ordered by recent hits
|
| /linux-4.4.14/drivers/acpi/acpica/ |
| D | dbstats.c | 122 "%8.2X %8.2X %8.2X %8.2X\n", list->requests, list->hits, in acpi_db_list_info() 123 list->requests - list->hits, list->object_size); in acpi_db_list_info()
|
| D | utcache.c | 272 ACPI_MEM_TRACKING(cache->hits++); in acpi_os_acquire_object()
|
| /linux-4.4.14/scripts/coccinelle/misc/ |
| D | returnvar.cocci | 8 // "when strict" can be removed to get more hits, but adds false
|
| /linux-4.4.14/include/linux/ |
| D | lru_cache.h | 208 unsigned long hits, misses, starving, locked, changed; member
|
| /linux-4.4.14/Documentation/devicetree/bindings/arm/ |
| D | pmu.txt | 4 and hits. The interface to the PMU is part of the ARM ARM. The ARM PMU
|
| /linux-4.4.14/Documentation/device-mapper/ |
| D | cache.txt | 88 forwarded to the origin device; additionally, write hits cause cache 221 <#read hits> <#read misses> <#write hits> <#write misses> 234 #read hits : Number of times a READ bio has been mapped 238 #write hits : Number of times a WRITE bio has been mapped
|
| /linux-4.4.14/Documentation/fb/ |
| D | cmap_xfbdev.txt | 35 colormap. For example, Xfbdev hits the following:
|
| /linux-4.4.14/tools/perf/ui/stdio/ |
| D | hist.c | 39 u64 total_samples, u64 hits, in ipchain__fprintf_graph() argument 55 percent = hits * 100.0 / total_samples; in ipchain__fprintf_graph()
|
| /linux-4.4.14/drivers/media/rc/ |
| D | imon.c | 1197 static int x, y, prev_result, hits; in stabilize() local 1208 hits = 0; in stabilize() 1226 hits++; in stabilize() 1228 if (hits > 3) { in stabilize() 1245 if (hits == 2 && msec_hit < timeout) { in stabilize() 1247 hits = 1; in stabilize() 1251 hits = 1; in stabilize()
|
| /linux-4.4.14/Documentation/ABI/testing/ |
| D | sysfs-block-bcache | 28 For backing devices: integer number of full cache hits, 41 For backing devices: cache hits as a percentage.
|
| /linux-4.4.14/Documentation/cgroups/ |
| D | memory.txt | 66 memory.failcnt # show the number of memory usage hits limits 67 memory.memsw.failcnt # show the number of memory+Swap hits limits 83 memory.kmem.failcnt # show the number of kernel memory usage hits limits 88 memory.kmem.tcp.failcnt # show the number of tcp buf memory usage hits limits 234 * What happens when a cgroup hits memory.memsw.limit_in_bytes 235 When a cgroup hits memory.memsw.limit_in_bytes, it's useless to do swap-out 344 triggered for a cgroup when it hits K while staying below U, which makes 554 hit its limit. When a memory cgroup hits a limit, failcnt increases and
|
| /linux-4.4.14/drivers/uwb/ |
| D | uwb-internal.h | 283 u8 hits; member
|
| /linux-4.4.14/net/netfilter/ |
| D | xt_recent.c | 297 unsigned int i, hits = 0; in recent_mt() local 302 if (!info->hit_count || ++hits >= info->hit_count) { in recent_mt()
|
| /linux-4.4.14/tools/perf/util/ |
| D | annotate.c | 804 unsigned int hits = 0; in disasm__calc_percent() local 807 hits += h->addr[offset++]; in disasm__calc_percent() 810 *nr_samples = hits; in disasm__calc_percent() 811 percent = 100.0 * hits / h->sum; in disasm__calc_percent()
|
| /linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
| D | entry.S | 98 ! TLB hits, but the access violate the protection.
|
| /linux-4.4.14/Documentation/ |
| D | kprobes.txt | 62 When a CPU hits the breakpoint instruction, a trap occurs, the CPU's 537 so keep this in mind if you're not seeing the probe hits you expect. 549 probe handler. If a probe handler hits a probe, that second probe's 624 microseconds to process. Specifically, a benchmark that hits the same 626 million hits per second, depending on the architecture. A jprobe or
|
| /linux-4.4.14/include/net/ |
| D | neighbour.h | 119 unsigned long hits; /* number of hits (among lookups) */ member
|
| /linux-4.4.14/Documentation/input/ |
| D | ntrig.txt | 82 events until it hits thresholds and begins propagating. In the interest in
|
| /linux-4.4.14/include/acpi/ |
| D | actypes.h | 1248 u32 hits; member
|
| /linux-4.4.14/net/core/ |
| D | neighbour.c | 412 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup() 441 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup_nodev() 1851 ndst.ndts_hits += st->hits; in neightbl_fill_info() 2781 st->hits, in neigh_stat_seq_show()
|
| /linux-4.4.14/security/selinux/ |
| D | selinuxfs.c | 1401 unsigned int hits = lookups - misses; in sel_avc_stats_seq_show() local 1403 hits, misses, st->allocations, in sel_avc_stats_seq_show()
|
| /linux-4.4.14/Documentation/timers/ |
| D | timekeeping.txt | 152 independently on each CPU without any synchronization performance hits.
|
| /linux-4.4.14/Documentation/locking/ |
| D | ww-mutex-design.txt | 233 when the dynamic locking step hits -EDEADLK we also need to unlock all the
|
| /linux-4.4.14/Documentation/scsi/ |
| D | scsi_mid_low_api.txt | 186 scsi_host_put() when the reference count hits zero.
|
| /linux-4.4.14/arch/arm/ |
| D | Kconfig | 1594 code which hits this problem, at the cost of a bit of extra runtime
|
| /linux-4.4.14/Documentation/block/ |
| D | biodoc.txt | 447 atomic_t bi_cnt; /* pin count: free when it hits zero */
|
| /linux-4.4.14/Documentation/s390/ |
| D | Debugging390.txt | 873 To make VM display a message each time it hits a particular address and
|