/tools/perf/util/ |
D | stream.c | 74 u64 hit; in evsel_streams__set_hot_cnode() local 87 hit = (es->streams[0].cnode)->hit; in evsel_streams__set_hot_cnode() 89 if ((es->streams[i].cnode)->hit < hit) { in evsel_streams__set_hot_cnode() 90 hit = (es->streams[i].cnode)->hit; in evsel_streams__set_hot_cnode() 95 if (cnode->hit > hit) in evsel_streams__set_hot_cnode() 234 pct = (double)base_cnode->hit / (double)es_base->streams_hits; in print_callchain_pair() 238 pct = (double)pair_cnode->hit / (double)es_pair->streams_hits; in print_callchain_pair() 277 pct = (double)cnode->hit / (double)es->streams_hits; in print_stream_callchain()
|
D | callchain.c | 390 if (rnode->hit < chain->hit) in rb_insert_callchain() 427 if (node->hit && node->hit >= min_hit) in __sort_chain_flat() 653 new->hit = period; in add_child() 812 new->hit = parent->hit; in split_add_child() 828 parent->hit = 0; in split_add_child() 855 parent->hit = period; in split_add_child() 965 root->hit += period; in append_chain() 1014 if (src->hit) { in merge_chain_branch() 1016 if (append_chain_children(dst, cursor, src->hit) < 0) in merge_chain_branch() 1184 period = node->hit; in callchain_node__scnprintf_value() [all …]
|
D | callchain.h | 71 u64 hit; member 179 root->node.hit = 0; in callchain_init() 187 return node->hit + node->children_hit; in callchain_cumul_hits()
|
D | mem-events.c | 246 u64 hit, miss; in perf_mem__tlb_scnprintf() local 254 hit = m & PERF_MEM_TLB_HIT; in perf_mem__tlb_scnprintf() 271 if (hit) in perf_mem__tlb_scnprintf() 308 u64 hit, miss; in perf_mem__lvl_scnprintf() local 317 hit = m & PERF_MEM_LVL_HIT; in perf_mem__lvl_scnprintf() 354 if (hit) in perf_mem__lvl_scnprintf()
|
D | build-id.c | 62 al.map->dso->hit = 1; in build_id__mark_dso_hit() 352 if (!pos->hit && !dso__is_vdso(pos)) in machine__write_buildid_table() 402 pos->hit = true; in __dsos__hit_all()
|
D | dsos.c | 80 if (with_hits && !pos->hit && !dso__is_vdso(pos)) in __dsos__read_build_ids()
|
D | dso.h | 171 u8 hit:1; member
|
D | synthetic-events.c | 2078 if (!pos->hit) in perf_event__synthesize_build_id()
|
/tools/perf/Documentation/ |
D | perf-kmem.txt | 44 Sort the output (default: 'frag,hit,bytes' for slab and 'bytes,hit' 45 for page). Available sort keys are 'ptr, callsite, bytes, hit, 46 pingpong, frag' for slab and 'page, callsite, bytes, hit, order,
|
D | perf-c2c.txt | 193 L1Hit - store accesses that hit L1 214 - % of store accesses that hit/missed L1 for given offset within cacheline
|
D | perf-top.txt | 368 Profile display filter (>= hit count).
|
D | perf-record.txt | 489 Record build-id of all DSOs regardless whether it's actually hit or not.
|
/tools/testing/selftests/rcutorture/doc/ |
D | TINY_RCU.txt | 10 The theory here is that randconfig testing will hit the other six possible
|
/tools/perf/ |
D | builtin-buildid-list.c | 49 return with_hits && !dso->hit; in dso__skip_buildid()
|
D | builtin-inject.c | 385 if (dso && !dso->hit) { in perf_event__repipe_buildid_mmap() 386 dso->hit = 1; in perf_event__repipe_buildid_mmap() 411 dso->hit = 1; in perf_event__repipe_mmap2() 463 dso->hit = 1; in perf_event__repipe_buildid_mmap2() 473 if (dso && !dso->hit) { in perf_event__repipe_buildid_mmap2() 474 dso->hit = 1; in perf_event__repipe_buildid_mmap2() 603 if (!al.map->dso->hit) { in perf_event__inject_buildid() 604 al.map->dso->hit = 1; in perf_event__inject_buildid()
|
D | builtin-kmem.c | 65 u32 hit; member 105 data->hit++; in insert_alloc_stat() 116 data->hit = 1; in insert_alloc_stat() 150 data->hit++; in insert_caller_stat() 161 data->hit = 1; in insert_caller_stat() 1022 (unsigned long)data->bytes_alloc / data->hit, in __print_slab_result() 1024 (unsigned long)data->bytes_req / data->hit, in __print_slab_result() 1025 (unsigned long)data->hit, in __print_slab_result() 1448 if (l->hit < r->hit) in hit_cmp() 1450 else if (l->hit > r->hit) in hit_cmp()
|
D | builtin-mem.c | 203 al.map->dso->hit = 1; in dump_raw_samples()
|
D | builtin-annotate.c | 202 a.map->dso->hit = 1; in process_branch_callback()
|
D | builtin-report.c | 307 al.map->dso->hit = 1; in process_sample_event() 596 (kernel_map->dso->hit && in report__warn_kptr_restrict()
|
D | builtin-sched.c | 2806 print_sched_time(chain->hit, 12); in timehist_print_idlehist_callchain()
|
/tools/perf/ui/stdio/ |
D | hist.c | 177 .hit = remaining, in __callchain__fprintf_graph()
|
/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 78 1, 0, EDX, 28, hit, Max APIC IDs
|