Lines Matching refs:hist_entry

82 	struct hist_entry	he;
202 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists()
287 struct hist_entry *he; in process_sample_event()
418 struct hist_entry *, struct hist_entry *);
420 struct hist_entry *he);
422 struct hist_entry *he);
504 struct hist_entry *left, struct hist_entry *right) in dcacheline_cmp()
510 struct hist_entry *he) in dcacheline_entry()
524 struct hist_entry *he) in dcacheline_node_entry()
538 struct hist_entry *he) in dcacheline_node_count()
548 struct hist_entry *he) in offset_entry()
562 struct hist_entry *left, struct hist_entry *right) in offset_cmp()
577 struct hist_entry *he) in iaddr_entry()
591 struct hist_entry *left, struct hist_entry *right) in iaddr_cmp()
598 struct hist_entry *he) in tot_hitm_entry()
612 struct hist_entry *left, struct hist_entry *right) in tot_hitm_cmp()
631 struct hist_entry *he) \
644 struct hist_entry *left, struct hist_entry *right) \
706 struct hist_entry *he) in tot_recs_entry()
720 struct hist_entry *left, struct hist_entry *right) in tot_recs_cmp()
744 struct hist_entry *he) in tot_loads_entry()
758 struct hist_entry *left, struct hist_entry *right) in tot_loads_cmp()
778 struct hist_entry *he, get_percent_cb get_percent) in percent_color()
840 struct hist_entry *he) in percent_costly_snoop_entry()
854 struct hist_entry *he) in percent_costly_snoop_color()
861 struct hist_entry *left, struct hist_entry *right) in percent_costly_snoop_cmp()
877 static struct c2c_stats *he_stats(struct hist_entry *he) in he_stats()
885 static struct c2c_stats *total_stats(struct hist_entry *he) in total_stats()
919 struct hist_entry *he) in PERCENT_FN()
930 struct hist_entry *he) in percent_rmt_hitm_color()
937 struct hist_entry *left, struct hist_entry *right) in percent_rmt_hitm_cmp()
950 struct hist_entry *he) in percent_lcl_hitm_entry()
961 struct hist_entry *he) in percent_lcl_hitm_color()
968 struct hist_entry *left, struct hist_entry *right) in percent_lcl_hitm_cmp()
981 struct hist_entry *he) in percent_lcl_peer_entry()
992 struct hist_entry *he) in percent_lcl_peer_color()
999 struct hist_entry *left, struct hist_entry *right) in percent_lcl_peer_cmp()
1012 struct hist_entry *he) in percent_rmt_peer_entry()
1023 struct hist_entry *he) in percent_rmt_peer_color()
1030 struct hist_entry *left, struct hist_entry *right) in percent_rmt_peer_cmp()
1043 struct hist_entry *he) in percent_stores_l1hit_entry()
1054 struct hist_entry *he) in percent_stores_l1hit_color()
1061 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1hit_cmp()
1074 struct hist_entry *he) in percent_stores_l1miss_entry()
1085 struct hist_entry *he) in percent_stores_l1miss_color()
1092 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1miss_cmp()
1105 struct hist_entry *he) in percent_stores_na_entry()
1116 struct hist_entry *he) in percent_stores_na_color()
1123 struct hist_entry *left, struct hist_entry *right) in percent_stores_na_cmp()
1139 struct hist_entry *he) in STAT_FN()
1148 struct hist_entry *left, struct hist_entry *right) in pid_cmp()
1155 struct hist_entry *left __maybe_unused, in empty_cmp()
1156 struct hist_entry *right __maybe_unused) in empty_cmp()
1176 struct hist_entry *he) in node_entry()
1272 struct hist_entry *he, double mean) in mean_entry()
1283 __func(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) \
1298 struct hist_entry *he) in cpucnt_entry()
1312 struct hist_entry *he) in cl_idx_entry()
1326 struct hist_entry *he) in cl_idx_empty_entry()
1903 struct hist_entry *he) in c2c_se_entry()
1920 struct hist_entry *a, struct hist_entry *b) in c2c_se_cmp()
1929 struct hist_entry *a, struct hist_entry *b) in c2c_se_collapse()
1933 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in c2c_se_collapse()
2096 static bool he__display(struct hist_entry *he, struct c2c_stats *stats) in he__display()
2129 static inline bool is_valid_hist_entry(struct hist_entry *he) in is_valid_hist_entry()
2199 static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) in filter_cb()
2216 static int resort_cl_cb(struct hist_entry *he, void *arg) in resort_cl_cb()
2331 static int resort_shared_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_shared_cl_cb()
2350 struct hist_entry *he; in hists__iterate_cb()
2352 he = rb_entry(next, struct hist_entry, rb_node); in hists__iterate_cb()
2433 struct hist_entry *he_cl, in print_cacheline()
2492 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in print_pareto()
2559 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in c2c_browser__update_nr_entries()
2572 struct hist_entry *he;
2580 struct hist_entry *he; in perf_c2c_cacheline_browser__title()
2594 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) in c2c_cacheline_browser__new()
2609 static int perf_c2c__browse_cacheline(struct hist_entry *he) in perf_c2c__browse_cacheline()