Lines Matching refs:hist_entry

232 static double period_percent(struct hist_entry *he, u64 period)  in period_percent()
239 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()
408 static struct hist_entry*
409 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data()
412 struct hist_entry *pair; in get_pair_data()
422 static struct hist_entry*
423 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt()
442 struct hist_entry *he = rb_entry(next, struct hist_entry, rb_node_in); in hists__baseline_only()
464 struct hist_entry *he, *pair; in hists__precompute()
468 he = rb_entry(next, struct hist_entry, rb_node_in); in hists__precompute()
505 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute()
545 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute()
550 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute()
575 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx()
578 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx()
607 struct hist_entry *left __maybe_unused, in hist_entry__cmp_nop()
608 struct hist_entry *right __maybe_unused) in hist_entry__cmp_nop()
615 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_baseline()
624 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta()
633 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs()
642 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio()
651 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff()
660 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_idx()
668 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs_idx()
676 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio_idx()
684 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff_idx()
855 static double baseline_percent(struct hist_entry *he) in baseline_percent()
863 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline()
879 static int hpp__entry_baseline(struct hist_entry *he, char *buf, size_t size) in hpp__entry_baseline()
892 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare()
897 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare()
950 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta()
956 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio()
962 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff()
968 hpp__entry_unpair(struct hist_entry *he, int idx, char *buf, size_t size) in hpp__entry_unpair()
981 hpp__entry_pair(struct hist_entry *he, struct hist_entry *pair, in hpp__entry_pair()
1045 __hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt, in __hpp__entry_global()
1048 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__entry_global()
1063 struct hist_entry *he) in hpp__entry_global()