Searched refs:hit (Results 1 – 17 of 17) 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-top.txt | 252 Profile display filter (>= hit count).
|
D | perf-record.txt | 410 Record build-id of all DSOs regardless whether it's actually hit or not.
|
/tools/perf/util/ |
D | mem-events.c | 117 u64 hit, miss; in perf_mem__tlb_scnprintf() local 125 hit = m & PERF_MEM_TLB_HIT; in perf_mem__tlb_scnprintf() 142 if (hit) in perf_mem__tlb_scnprintf() 171 u64 hit, miss; in perf_mem__lvl_scnprintf() local 179 hit = m & PERF_MEM_LVL_HIT; in perf_mem__lvl_scnprintf() 196 if (hit) in perf_mem__lvl_scnprintf()
|
D | callchain.c | 244 if (rnode->hit < chain->hit) in rb_insert_callchain() 281 if (node->hit && node->hit >= min_hit) in __sort_chain_flat() 473 new->hit = period; in add_child() 536 new->hit = parent->hit; in split_add_child() 552 parent->hit = 0; in split_add_child() 579 parent->hit = period; in split_add_child() 689 root->hit += period; in append_chain() 738 if (src->hit) { in merge_chain_branch() 740 if (append_chain_children(dst, cursor, src->hit) < 0) in merge_chain_branch() 896 period = node->hit; in callchain_node__scnprintf_value() [all …]
|
D | callchain.h | 64 u64 hit; member 148 root->node.hit = 0; in callchain_init() 156 return node->hit + node->children_hit; in callchain_cumul_hits()
|
D | build-id.c | 44 al.map->dso->hit = 1; in build_id__mark_dso_hit() 365 if (!pos->hit && !dso__is_vdso(pos)) in machine__write_buildid_table() 414 pos->hit = true; in __dsos__hit_all()
|
D | dso.h | 157 u8 hit:1; member
|
D | dso.c | 1184 if (with_hits && !pos->hit && !dso__is_vdso(pos)) in __dsos__read_build_ids()
|
D | header.c | 3306 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 | 46 return with_hits && !dso->hit; in dso__skip_buildid()
|
D | builtin-kmem.c | 52 u32 hit; member 88 data->hit++; in insert_alloc_stat() 99 data->hit = 1; in insert_alloc_stat() 131 data->hit++; in insert_caller_stat() 142 data->hit = 1; in insert_caller_stat() 995 (unsigned long)data->bytes_alloc / data->hit, in __print_slab_result() 997 (unsigned long)data->bytes_req / data->hit, in __print_slab_result() 998 (unsigned long)data->hit, in __print_slab_result() 1416 if (l->hit < r->hit) in hit_cmp() 1418 else if (l->hit > r->hit) in hit_cmp()
|
D | builtin-mem.c | 157 al.map->dso->hit = 1; in dump_raw_samples()
|
D | builtin-inject.c | 430 if (!al.map->dso->hit) { in perf_event__inject_buildid() 431 al.map->dso->hit = 1; in perf_event__inject_buildid()
|
D | builtin-report.c | 190 al.map->dso->hit = 1; in process_sample_event() 402 (kernel_map->dso->hit && in report__warn_kptr_restrict()
|
/tools/perf/ui/stdio/ |
D | hist.c | 147 .hit = remaining, in __callchain__fprintf_graph()
|