Searched refs:hit (Results 1 – 19 of 19) sorted by relevance
/tools/perf/Documentation/ |
D | perf-kmem.txt | 40 Sort the output (default: 'frag,hit,bytes' for slab and 'bytes,hit' 41 for page). Available sort keys are 'ptr, callsite, bytes, hit, 42 pingpong, frag' for slab and 'page, callsite, bytes, hit, order,
|
D | perf-c2c.txt | 169 L1Hit - store accesses that hit L1 193 - % of store accesses that hit/missed L1 for given offset within cacheline
|
D | perf-top.txt | 257 Profile display filter (>= hit count).
|
D | perf-record.txt | 420 Record build-id of all DSOs regardless whether it's actually hit or not.
|
/tools/perf/util/ |
D | mem-events.c | 120 u64 hit, miss; in perf_mem__tlb_scnprintf() local 128 hit = m & PERF_MEM_TLB_HIT; in perf_mem__tlb_scnprintf() 145 if (hit) in perf_mem__tlb_scnprintf() 182 u64 hit, miss; in perf_mem__lvl_scnprintf() local 191 hit = m & PERF_MEM_LVL_HIT; in perf_mem__lvl_scnprintf() 228 if (hit) in perf_mem__lvl_scnprintf()
|
D | callchain.c | 383 if (rnode->hit < chain->hit) in rb_insert_callchain() 420 if (node->hit && node->hit >= min_hit) in __sort_chain_flat() 645 new->hit = period; in add_child() 786 new->hit = parent->hit; in split_add_child() 802 parent->hit = 0; in split_add_child() 829 parent->hit = period; in split_add_child() 939 root->hit += period; in append_chain() 989 if (src->hit) { in merge_chain_branch() 991 if (append_chain_children(dst, cursor, src->hit) < 0) in merge_chain_branch() 1159 period = node->hit; in callchain_node__scnprintf_value() [all …]
|
D | callchain.h | 66 u64 hit; member 165 root->node.hit = 0; in callchain_init() 173 return node->hit + node->children_hit; in callchain_cumul_hits()
|
D | build-id.c | 53 al.map->dso->hit = 1; in build_id__mark_dso_hit() 335 if (!pos->hit && !dso__is_vdso(pos)) in machine__write_buildid_table() 385 pos->hit = true; in __dsos__hit_all()
|
D | dso.h | 160 u8 hit:1; member
|
D | dso.c | 1324 if (with_hits && !pos->hit && !dso__is_vdso(pos)) in __dsos__read_build_ids()
|
D | header.c | 3462 if (!pos->hit) in perf_event__synthesize_build_id()
|
/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 | 48 return with_hits && !dso->hit; in dso__skip_buildid()
|
D | builtin-kmem.c | 60 u32 hit; member 100 data->hit++; in insert_alloc_stat() 111 data->hit = 1; in insert_alloc_stat() 145 data->hit++; in insert_caller_stat() 156 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 | 168 al.map->dso->hit = 1; in dump_raw_samples()
|
D | builtin-inject.c | 446 if (!al.map->dso->hit) { in perf_event__inject_buildid() 447 al.map->dso->hit = 1; in perf_event__inject_buildid()
|
D | builtin-report.c | 239 al.map->dso->hit = 1; in process_sample_event() 469 (kernel_map->dso->hit && in report__warn_kptr_restrict()
|
D | builtin-sched.c | 2729 print_sched_time(chain->hit, 12); in timehist_print_idlehist_callchain()
|
/tools/perf/ui/stdio/ |
D | hist.c | 230 .hit = remaining, in __callchain__fprintf_graph()
|