Lines Matching refs:hist_entry

77 	struct hist_entry	he;
186 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists()
266 struct hist_entry *he; in process_sample_event()
405 struct hist_entry *, struct hist_entry *);
407 struct hist_entry *he);
409 struct hist_entry *he);
491 struct hist_entry *left, struct hist_entry *right) in dcacheline_cmp()
497 struct hist_entry *he) in dcacheline_entry()
511 struct hist_entry *he) in dcacheline_node_entry()
525 struct hist_entry *he) in dcacheline_node_count()
535 struct hist_entry *he) in offset_entry()
549 struct hist_entry *left, struct hist_entry *right) in offset_cmp()
563 struct hist_entry *he) in iaddr_entry()
577 struct hist_entry *left, struct hist_entry *right) in iaddr_cmp()
584 struct hist_entry *he) in tot_hitm_entry()
598 struct hist_entry *left, struct hist_entry *right) in tot_hitm_cmp()
617 struct hist_entry *he) \
630 struct hist_entry *left, struct hist_entry *right) \
680 struct hist_entry *he) in tot_recs_entry()
694 struct hist_entry *left, struct hist_entry *right) in tot_recs_cmp()
731 struct hist_entry *he) in tot_loads_entry()
745 struct hist_entry *left, struct hist_entry *right) in tot_loads_cmp()
765 struct hist_entry *he, get_percent_cb get_percent) in percent_color()
822 struct hist_entry *he) in percent_hitm_entry()
836 struct hist_entry *he) in percent_hitm_color()
843 struct hist_entry *left, struct hist_entry *right) in percent_hitm_cmp()
859 static struct c2c_stats *he_stats(struct hist_entry *he) in he_stats()
867 static struct c2c_stats *total_stats(struct hist_entry *he) in total_stats()
898 struct hist_entry *he) in PERCENT_FN()
909 struct hist_entry *he) in percent_rmt_hitm_color()
916 struct hist_entry *left, struct hist_entry *right) in percent_rmt_hitm_cmp()
929 struct hist_entry *he) in percent_lcl_hitm_entry()
940 struct hist_entry *he) in percent_lcl_hitm_color()
947 struct hist_entry *left, struct hist_entry *right) in percent_lcl_hitm_cmp()
960 struct hist_entry *he) in percent_stores_l1hit_entry()
971 struct hist_entry *he) in percent_stores_l1hit_color()
978 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1hit_cmp()
991 struct hist_entry *he) in percent_stores_l1miss_entry()
1002 struct hist_entry *he) in percent_stores_l1miss_color()
1009 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1miss_cmp()
1025 struct hist_entry *he) in STAT_FN()
1034 struct hist_entry *left, struct hist_entry *right) in pid_cmp()
1041 struct hist_entry *left __maybe_unused, in empty_cmp()
1042 struct hist_entry *right __maybe_unused) in empty_cmp()
1049 struct hist_entry *he) in node_entry()
1147 struct hist_entry *he, double mean) in mean_entry()
1158 __func(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) \
1171 struct hist_entry *he) in cpucnt_entry()
1185 struct hist_entry *he) in cl_idx_entry()
1199 struct hist_entry *he) in cl_idx_empty_entry()
1670 struct hist_entry *he) in c2c_se_entry()
1687 struct hist_entry *a, struct hist_entry *b) in c2c_se_cmp()
1696 struct hist_entry *a, struct hist_entry *b) in c2c_se_collapse()
1700 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in c2c_se_collapse()
1850 static bool he__display(struct hist_entry *he, struct c2c_stats *stats) in he__display()
1887 static inline int valid_hitm_or_store(struct hist_entry *he) in valid_hitm_or_store()
1939 static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) in filter_cb()
1956 static int resort_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_cl_cb()
2047 static int resort_hitm_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_hitm_cb()
2066 struct hist_entry *he; in hists__iterate_cb()
2068 he = rb_entry(next, struct hist_entry, rb_node); in hists__iterate_cb()
2144 struct hist_entry *he_cl, in print_cacheline()
2192 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in print_pareto()
2259 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in c2c_browser__update_nr_entries()
2272 struct hist_entry *he;
2280 struct hist_entry *he; in perf_c2c_cacheline_browser__title()
2294 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) in c2c_cacheline_browser__new()
2309 static int perf_c2c__browse_cacheline(struct hist_entry *he) in perf_c2c__browse_cacheline()