Home
last modified time | relevance | path

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

/tools/perf/tests/
Dvmlinux-kallsyms.c110 struct symbol *pair, *first_pair; in test__vmlinux_matches_kallsyms() local
184 pair = map_groups__find_by_name(&kallsyms.kmaps, type, in test__vmlinux_matches_kallsyms() local
202 struct map *pair; in test__vmlinux_matches_kallsyms() local
/tools/perf/
Dbuiltin-diff.c227 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta()
237 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio()
247 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff()
259 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta()
276 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio()
285 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff()
296 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf()
398 struct hist_entry *pair; in get_pair_data() local
450 struct hist_entry *he, *pair; in hists__precompute() local
855 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare() local
[all …]
/tools/perf/util/
Dhist.c2118 struct hist_entry *pair) in hists__add_dummy_entry()
2165 struct hist_entry *pair) in add_dummy_hierarchy_entry()
2264 struct hist_entry *pos, *pair; in hists__match_hierarchy() local
2284 struct hist_entry *pos, *pair; in hists__match() local
2359 struct hist_entry *pos, *pair; in hists__link() local
Dsort.h158 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
/tools/perf/ui/
Dhist.c42 struct hist_entry *pair; in __hpp__fmt() local
154 struct hist_entry *pair; in __hpp__sort() local
/tools/perf/scripts/python/
Dcompaction-times.py54 class pair: class