Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 16 of 16) sorted by relevance

/tools/perf/Documentation/
Dperf-kmem.txt40 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,
Dperf-top.txt246 Profile display filter (>= hit count).
/tools/perf/util/
Dcallchain.c221 if (rnode->hit < chain->hit) in rb_insert_callchain()
258 if (node->hit && node->hit >= min_hit) in __sort_chain_flat()
433 new->hit = period; in add_child()
476 new->hit = parent->hit; in split_add_child()
489 parent->hit = 0; in split_add_child()
512 parent->hit = period; in split_add_child()
610 root->hit += period; in append_chain()
655 if (src->hit) { in merge_chain_branch()
657 append_chain_children(dst, cursor, src->hit); in merge_chain_branch()
Dcallchain.h62 u64 hit; member
136 root->node.hit = 0; in callchain_init()
144 return node->hit + node->children_hit; in callchain_cumul_hits()
Dbuild-id.c44 al.map->dso->hit = 1; in build_id__mark_dso_hit()
215 if (!pos->hit) in machine__write_buildid_table()
261 pos->hit = true; in __dsos__hit_all()
Dsort.c791 u64 hit, miss; in hist_entry__tlb_snprintf() local
798 hit = m & PERF_MEM_TLB_HIT; in hist_entry__tlb_snprintf()
816 if (hit) in hist_entry__tlb_snprintf()
868 u64 hit, miss; in hist_entry__lvl_snprintf() local
875 hit = m & PERF_MEM_LVL_HIT; in hist_entry__lvl_snprintf()
893 if (hit) in hist_entry__lvl_snprintf()
Ddso.h157 u8 hit:1; member
Ddso.c1185 if (with_hits && !pos->hit) in __dsos__read_build_ids()
Dheader.c2858 if (!pos->hit) in perf_event__synthesize_build_id()
/tools/testing/selftests/rcutorture/doc/
DTINY_RCU.txt10 The theory here is that randconfig testing will hit the other six possible
/tools/perf/
Dbuiltin-buildid-list.c46 return with_hits && !dso->hit; in dso__skip_buildid()
Dbuiltin-kmem.c52 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()
986 (unsigned long)data->bytes_alloc / data->hit, in __print_slab_result()
988 (unsigned long)data->bytes_req / data->hit, in __print_slab_result()
989 (unsigned long)data->hit, in __print_slab_result()
1409 if (l->hit < r->hit) in hit_cmp()
1411 else if (l->hit > r->hit) in hit_cmp()
Dbuiltin-mem.c80 al.map->dso->hit = 1; in dump_raw_samples()
Dbuiltin-inject.c373 if (!al.map->dso->hit) { in perf_event__inject_buildid()
374 al.map->dso->hit = 1; in perf_event__inject_buildid()
Dbuiltin-report.c183 al.map->dso->hit = 1; in process_sample_event()
393 (kernel_map->dso->hit && in report__warn_kptr_restrict()
/tools/perf/ui/stdio/
Dhist.c249 percent = chain->hit * 100.0 / total_samples; in callchain__fprintf_flat()