• Home
  • Raw
  • Download

Lines Matching refs:hist_entry

262 static double period_percent(struct hist_entry *he, u64 period)  in period_percent()
269 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta()
279 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio()
289 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff()
301 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta()
318 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio()
327 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff()
338 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf()
489 static struct hist_entry*
490 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data()
493 struct hist_entry *pair; in get_pair_data()
503 static struct hist_entry*
504 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt()
523 struct hist_entry *he = rb_entry(next, struct hist_entry, rb_node_in); in hists__baseline_only()
534 struct hist_entry *left, struct hist_entry *right) in block_cmp()
568 static int64_t block_cycles_diff_cmp(struct hist_entry *left, in block_cycles_diff_cmp()
569 struct hist_entry *right) in block_cycles_diff_cmp()
584 struct hist_entry *left, struct hist_entry *right) in block_sort()
615 static int process_block_per_sym(struct hist_entry *he) in process_block_per_sym()
635 struct hist_entry *he_block; in process_block_per_sym()
654 static int block_pair_cmp(struct hist_entry *a, struct hist_entry *b) in block_pair_cmp()
671 static struct hist_entry *get_block_pair(struct hist_entry *he, in get_block_pair()
679 struct hist_entry *he_pair = rb_entry(next, struct hist_entry, in get_block_pair()
692 static void compute_cycles_diff(struct hist_entry *he, in compute_cycles_diff()
693 struct hist_entry *pair) in compute_cycles_diff()
710 struct hist_entry *he = rb_entry(next, struct hist_entry, in block_hists_match()
712 struct hist_entry *pair = get_block_pair(he, hists_pair); in block_hists_match()
723 static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) in filter_cb()
743 struct hist_entry *he, *pair; in hists__precompute()
747 he = rb_entry(next, struct hist_entry, rb_node_in); in hists__precompute()
800 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute()
840 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute()
845 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute()
870 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx()
873 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx()
902 struct hist_entry *left __maybe_unused, in hist_entry__cmp_nop()
903 struct hist_entry *right __maybe_unused) in hist_entry__cmp_nop()
910 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_baseline()
919 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta()
928 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs()
937 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio()
946 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff()
955 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_idx()
963 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs_idx()
971 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio_idx()
979 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff_idx()
1293 static double baseline_percent(struct hist_entry *he) in baseline_percent()
1301 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline()
1317 static int hpp__entry_baseline(struct hist_entry *he, char *buf, size_t size) in hpp__entry_baseline()
1329 static int cycles_printf(struct hist_entry *he, struct hist_entry *pair, in cycles_printf()
1334 struct hist_entry *block_he; in cycles_printf()
1373 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare()
1378 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare()
1442 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta()
1448 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio()
1454 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff()
1460 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles()
1466 hpp__entry_unpair(struct hist_entry *he, int idx, char *buf, size_t size) in hpp__entry_unpair()
1479 hpp__entry_pair(struct hist_entry *he, struct hist_entry *pair, in hpp__entry_pair()
1543 __hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt, in __hpp__entry_global()
1546 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__entry_global()
1561 struct hist_entry *he) in hpp__entry_global()