Home
last modified time | relevance | path

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

/tools/perf/tests/
Dvmlinux-kallsyms.c112 struct symbol *pair, *first_pair; in test__vmlinux_matches_kallsyms() local
186 pair = map_groups__find_by_name(&kallsyms.kmaps, type, in test__vmlinux_matches_kallsyms() local
204 struct map *pair; in test__vmlinux_matches_kallsyms() local
/tools/perf/
Dbuiltin-diff.c239 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta()
249 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio()
259 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff()
271 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta()
288 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio()
297 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff()
308 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf()
412 struct hist_entry *pair; in get_pair_data() local
464 struct hist_entry *he, *pair; in hists__precompute() local
897 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare() local
[all …]
/tools/perf/util/
Dhist.c2139 struct hist_entry *pair) in hists__add_dummy_entry()
2186 struct hist_entry *pair) in add_dummy_hierarchy_entry()
2285 struct hist_entry *pos, *pair; in hists__match_hierarchy() local
2305 struct hist_entry *pos, *pair; in hists__match() local
2380 struct hist_entry *pos, *pair; in hists__link() local
Dsort.h167 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
/tools/perf/ui/
Dhist.c44 struct hist_entry *pair; in __hpp__fmt() local
156 struct hist_entry *pair; in __hpp__sort() local
/tools/perf/scripts/python/
Dcompaction-times.py54 class pair: class