Home
last modified time | relevance | path

Searched defs:pair (Results 1 – 13 of 13) sorted by relevance

/tools/perf/tests/
Dvmlinux-kallsyms.c130 struct map *pair = maps__find_by_name(args->kallsyms.kmaps, in test__vmlinux_matches_kallsyms_cb1() local
149 struct map *pair; in test__vmlinux_matches_kallsyms_cb2() local
290 struct symbol *pair, *first_pair; in test__vmlinux_matches_kallsyms() local
Dcpumap.c220 struct perf_cpu_map *pair = perf_cpu_map__new("1-2"); in test__cpu_map_equal() local
/tools/testing/selftests/riscv/hwprobe/
Dcbo.c86 struct riscv_hwprobe pair = { in test_zicboz() local
134 struct riscv_hwprobe pair = { in check_no_zicboz_cpus() local
181 struct riscv_hwprobe pair; in main() local
/tools/perf/
Dbuiltin-diff.c279 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta()
289 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio()
299 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff()
311 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta()
328 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio()
337 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff()
348 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf()
509 struct hist_entry *pair; in get_pair_data() local
621 struct hist_entry *pair) in compute_cycles_diff()
660 struct hist_entry *pair = get_block_pair(he, hists_pair); in block_hists_match() local
[all …]
Dbuiltin-trace.c3757 struct syscall *pair = trace__syscall_info(trace, NULL, id); local
/tools/testing/selftests/riscv/vector/
Dvstate_prctl.c75 struct riscv_hwprobe pair; in main() local
/tools/perf/util/
Dhist.c2394 struct hist_entry *pair) in hists__add_dummy_entry()
2444 struct hist_entry *pair) in add_dummy_hierarchy_entry()
2546 struct hist_entry *pos, *pair; in hists__match_hierarchy() local
2566 struct hist_entry *pos, *pair; in hists__match() local
2641 struct hist_entry *pos, *pair; in hists__link() local
Dstream.c268 struct evsel_streams *es, bool pair) in print_stream_callchain()
Dannotate-data.c1727 struct hist_entry *pair; in print_annotated_data_header() local
Dhist.h307 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
/tools/perf/ui/
Dhist.c80 struct hist_entry *pair; in __hpp__fmt() local
167 struct hist_entry *pair; in hist_entry__new_pair() local
/tools/kvm/kvm_stat/
Dkvm_stat1232 def sortkey(pair): argument
1237 def sortkey(pair): argument
/tools/perf/scripts/python/
Dcompaction-times.py54 class pair: class