Lines Matching refs:hist_entry
271 static double period_percent(struct hist_entry *he, u64 period) in period_percent()
278 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta()
288 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio()
298 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff()
310 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta()
327 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio()
336 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff()
347 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf()
504 static struct hist_entry*
505 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data()
508 struct hist_entry *pair; in get_pair_data()
518 static struct hist_entry*
519 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt()
538 struct hist_entry *he = rb_entry(next, struct hist_entry, rb_node_in); in hists__baseline_only()
548 static int64_t block_cycles_diff_cmp(struct hist_entry *left, in block_cycles_diff_cmp()
549 struct hist_entry *right) in block_cycles_diff_cmp()
564 struct hist_entry *left, struct hist_entry *right) in block_sort()
583 static struct hist_entry *get_block_pair(struct hist_entry *he, in get_block_pair()
591 struct hist_entry *he_pair = rb_entry(next, struct hist_entry, in get_block_pair()
619 static void compute_cycles_diff(struct hist_entry *he, in compute_cycles_diff()
620 struct hist_entry *pair) in compute_cycles_diff()
657 struct hist_entry *he = rb_entry(next, struct hist_entry, in block_hists_match()
659 struct hist_entry *pair = get_block_pair(he, hists_pair); in block_hists_match()
683 struct hist_entry *he, *pair; in hists__precompute()
687 he = rb_entry(next, struct hist_entry, rb_node_in); in hists__precompute()
745 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute()
785 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute()
790 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute()
815 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx()
818 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx()
847 struct hist_entry *left __maybe_unused, in hist_entry__cmp_nop()
848 struct hist_entry *right __maybe_unused) in hist_entry__cmp_nop()
855 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_baseline()
864 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta()
873 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs()
882 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio()
891 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff()
900 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_idx()
908 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs_idx()
916 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio_idx()
924 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff_idx()
1301 static double baseline_percent(struct hist_entry *he) in baseline_percent()
1309 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline()
1325 static int hpp__entry_baseline(struct hist_entry *he, char *buf, size_t size) in hpp__entry_baseline()
1337 static int cycles_printf(struct hist_entry *he, struct hist_entry *pair, in cycles_printf()
1342 struct hist_entry *block_he; in cycles_printf()
1382 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare()
1387 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare()
1451 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta()
1457 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio()
1463 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff()
1469 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles()
1502 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles_hist()
1506 struct hist_entry *pair = get_pair_fmt(he, dfmt); in hpp__color_cycles_hist()
1509 struct hist_entry *block_he; in hpp__color_cycles_hist()
1559 hpp__entry_unpair(struct hist_entry *he, int idx, char *buf, size_t size) in hpp__entry_unpair()
1572 hpp__entry_pair(struct hist_entry *he, struct hist_entry *pair, in hpp__entry_pair()
1636 __hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt, in __hpp__entry_global()
1639 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__entry_global()
1654 struct hist_entry *he) in hpp__entry_global()