Lines Matching refs:hist_entry

220 static double period_percent(struct hist_entry *he, u64 period)  in period_percent()
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()
405 static struct hist_entry*
406 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data()
409 struct hist_entry *pair; in get_pair_data()
419 static struct hist_entry*
420 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt()
439 struct hist_entry *he = rb_entry(next, struct hist_entry, rb_node_in); in hists__baseline_only()
461 struct hist_entry *he, *pair; in hists__precompute()
465 he = rb_entry(next, struct hist_entry, rb_node_in); in hists__precompute()
501 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute()
534 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute()
539 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute()
564 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx()
567 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx()
596 struct hist_entry *left __maybe_unused, in hist_entry__cmp_nop()
597 struct hist_entry *right __maybe_unused) in hist_entry__cmp_nop()
604 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_baseline()
613 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta()
622 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio()
631 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff()
640 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_idx()
648 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio_idx()
656 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff_idx()
824 static double baseline_percent(struct hist_entry *he) in baseline_percent()
832 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline()
848 static int hpp__entry_baseline(struct hist_entry *he, char *buf, size_t size) in hpp__entry_baseline()
861 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare()
866 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare()
919 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta()
925 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio()
931 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff()
937 hpp__entry_unpair(struct hist_entry *he, int idx, char *buf, size_t size) in hpp__entry_unpair()
950 hpp__entry_pair(struct hist_entry *he, struct hist_entry *pair, in hpp__entry_pair()
1013 __hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt, in __hpp__entry_global()
1016 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__entry_global()
1031 struct hist_entry *he) in hpp__entry_global()