Lines Matching defs:pair
226 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta()
236 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio()
246 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff()
258 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta()
268 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio()
277 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff()
288 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf()
378 struct hist_entry *pair; in get_pair_data() local
431 struct hist_entry *he, *pair; in hists__precompute() local
784 hpp__entry_pair(struct hist_entry *he, struct hist_entry *pair, in hpp__entry_pair()
847 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__entry_global() local