Searched defs:pair (Results 1 – 12 of 12) sorted by relevance
/tools/testing/selftests/riscv/vector/ |
A D | v_helpers.c | 13 struct riscv_hwprobe pair; in is_xtheadvector_supported() local 22 struct riscv_hwprobe pair; in is_vector_supported() local
|
/tools/testing/selftests/riscv/hwprobe/ |
A D | cbo.c | 90 struct riscv_hwprobe pair = { in test_zicbom() local 114 struct riscv_hwprobe pair = { in test_zicboz() local 162 struct riscv_hwprobe pair = { in check_no_zicbo_cpus() local 217 struct riscv_hwprobe pair; in main() local
|
/tools/perf/tests/ |
A D | vmlinux-kallsyms.c | 130 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
|
A D | cpumap.c | 253 struct perf_cpu_map *pair = perf_cpu_map__new("1-2"); in test__cpu_map_equal() local
|
/tools/perf/ |
A D | builtin-diff.c | 300 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff() 312 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta() 329 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio() 510 struct hist_entry *pair; in get_pair_data() local 622 struct hist_entry *pair) in compute_cycles_diff() 661 struct hist_entry *pair = get_block_pair(he, hists_pair); in block_hists_match() local 685 struct hist_entry *he, *pair; in hists__precompute() local 1389 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare() local 1508 struct hist_entry *pair = get_pair_fmt(he, dfmt); in hpp__color_cycles_hist() local 1574 hpp__entry_pair(struct hist_entry *he, struct hist_entry *pair, in hpp__entry_pair() [all …]
|
A D | builtin-trace.c | 3884 struct syscall *pair = trace__syscall_info(trace, NULL, sc->e_machine, id); in trace__find_usable_bpf_prog_entry() local
|
/tools/perf/util/ |
A D | stream.c | 267 struct evsel_streams *es, bool pair) in print_stream_callchain()
|
A D | hist.c | 2544 struct hist_entry *pair) in hists__add_dummy_entry() 2594 struct hist_entry *pair) in add_dummy_hierarchy_entry() 2684 struct hist_entry *pos, *pair; in hists__match_hierarchy() local 2704 struct hist_entry *pos, *pair; in hists__match() local 2779 struct hist_entry *pos, *pair; in hists__link() local
|
A D | annotate-data.c | 1766 struct hist_entry *pair; in print_annotated_data_header() local
|
A D | hist.h | 338 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
|
/tools/perf/ui/ |
A D | hist.c | 83 struct hist_entry *pair; in __hpp__fmt() local 212 struct hist_entry *pair; in hist_entry__new_pair() local
|
/tools/perf/scripts/python/ |
A D | compaction-times.py | 54 class pair: class
|
Completed in 76 milliseconds