Home
last modified time | relevance | path

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

/tools/perf/tests/
Dvmlinux-kallsyms.c113 struct symbol *pair, *first_pair; in test__vmlinux_matches_kallsyms() local
193 pair = maps__find_by_name(&kallsyms.kmaps, (map->dso->kernel ? in test__vmlinux_matches_kallsyms() local
210 struct map *pair; in test__vmlinux_matches_kallsyms() 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()
521 struct hist_entry *pair; in get_pair_data() local
633 struct hist_entry *pair) in compute_cycles_diff()
672 struct hist_entry *pair = get_block_pair(he, hists_pair); in block_hists_match() local
[all …]
Dbuiltin-trace.c3388 struct syscall *pair = trace__syscall_info(trace, NULL, id); local
/tools/perf/util/
Dhist.c2324 struct hist_entry *pair) in hists__add_dummy_entry()
2374 struct hist_entry *pair) in add_dummy_hierarchy_entry()
2476 struct hist_entry *pos, *pair; in hists__match_hierarchy() local
2496 struct hist_entry *pos, *pair; in hists__match() local
2571 struct hist_entry *pos, *pair; in hists__link() local
Dstream.c268 struct evsel_streams *es, bool pair) in print_stream_callchain()
Dsort.h182 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
/tools/perf/ui/
Dhist.c48 struct hist_entry *pair; in __hpp__fmt() local
160 struct hist_entry *pair; in hist_entry__new_pair() local
/tools/kvm/kvm_stat/
Dkvm_stat1164 def sortkey(pair): argument
1169 def sortkey(pair): argument
/tools/perf/scripts/python/
Dcompaction-times.py54 class pair: class