Searched defs:pair (Results 1 – 6 of 6) sorted by relevance
/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 110 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/ |
D | builtin-diff.c | 227 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/ |
D | hist.c | 2118 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
|
D | sort.h | 158 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
|
/tools/perf/ui/ |
D | hist.c | 42 struct hist_entry *pair; in __hpp__fmt() local 154 struct hist_entry *pair; in __hpp__sort() local
|
/tools/perf/scripts/python/ |
D | compaction-times.py | 54 class pair: class
|