Lines Matching refs:hist_entry

79 	struct hist_entry	he;
188 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists()
268 struct hist_entry *he; in process_sample_event()
411 struct hist_entry *, struct hist_entry *);
413 struct hist_entry *he);
415 struct hist_entry *he);
497 struct hist_entry *left, struct hist_entry *right) in dcacheline_cmp()
503 struct hist_entry *he) in dcacheline_entry()
517 struct hist_entry *he) in dcacheline_node_entry()
531 struct hist_entry *he) in dcacheline_node_count()
541 struct hist_entry *he) in offset_entry()
555 struct hist_entry *left, struct hist_entry *right) in offset_cmp()
569 struct hist_entry *he) in iaddr_entry()
583 struct hist_entry *left, struct hist_entry *right) in iaddr_cmp()
590 struct hist_entry *he) in tot_hitm_entry()
604 struct hist_entry *left, struct hist_entry *right) in tot_hitm_cmp()
623 struct hist_entry *he) \
636 struct hist_entry *left, struct hist_entry *right) \
686 struct hist_entry *he) in tot_recs_entry()
700 struct hist_entry *left, struct hist_entry *right) in tot_recs_cmp()
737 struct hist_entry *he) in tot_loads_entry()
751 struct hist_entry *left, struct hist_entry *right) in tot_loads_cmp()
771 struct hist_entry *he, get_percent_cb get_percent) in percent_color()
828 struct hist_entry *he) in percent_hitm_entry()
842 struct hist_entry *he) in percent_hitm_color()
849 struct hist_entry *left, struct hist_entry *right) in percent_hitm_cmp()
865 static struct c2c_stats *he_stats(struct hist_entry *he) in he_stats()
873 static struct c2c_stats *total_stats(struct hist_entry *he) in total_stats()
904 struct hist_entry *he) in PERCENT_FN()
915 struct hist_entry *he) in percent_rmt_hitm_color()
922 struct hist_entry *left, struct hist_entry *right) in percent_rmt_hitm_cmp()
935 struct hist_entry *he) in percent_lcl_hitm_entry()
946 struct hist_entry *he) in percent_lcl_hitm_color()
953 struct hist_entry *left, struct hist_entry *right) in percent_lcl_hitm_cmp()
966 struct hist_entry *he) in percent_stores_l1hit_entry()
977 struct hist_entry *he) in percent_stores_l1hit_color()
984 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1hit_cmp()
997 struct hist_entry *he) in percent_stores_l1miss_entry()
1008 struct hist_entry *he) in percent_stores_l1miss_color()
1015 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1miss_cmp()
1031 struct hist_entry *he) in STAT_FN()
1040 struct hist_entry *left, struct hist_entry *right) in pid_cmp()
1047 struct hist_entry *left __maybe_unused, in empty_cmp()
1048 struct hist_entry *right __maybe_unused) in empty_cmp()
1068 struct hist_entry *he) in node_entry()
1160 struct hist_entry *he, double mean) in mean_entry()
1171 __func(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) \
1184 struct hist_entry *he) in cpucnt_entry()
1198 struct hist_entry *he) in cl_idx_entry()
1212 struct hist_entry *he) in cl_idx_empty_entry()
1683 struct hist_entry *he) in c2c_se_entry()
1700 struct hist_entry *a, struct hist_entry *b) in c2c_se_cmp()
1709 struct hist_entry *a, struct hist_entry *b) in c2c_se_collapse()
1713 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in c2c_se_collapse()
1871 static bool he__display(struct hist_entry *he, struct c2c_stats *stats) in he__display()
1900 static inline bool is_valid_hist_entry(struct hist_entry *he) in is_valid_hist_entry()
1968 static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) in filter_cb()
1985 static int resort_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_cl_cb()
2076 static int resort_shared_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_shared_cl_cb()
2095 struct hist_entry *he; in hists__iterate_cb()
2097 he = rb_entry(next, struct hist_entry, rb_node); in hists__iterate_cb()
2176 struct hist_entry *he_cl, in print_cacheline()
2225 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in print_pareto()
2292 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in c2c_browser__update_nr_entries()
2305 struct hist_entry *he;
2313 struct hist_entry *he; in perf_c2c_cacheline_browser__title()
2327 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) in c2c_cacheline_browser__new()
2342 static int perf_c2c__browse_cacheline(struct hist_entry *he) in perf_c2c__browse_cacheline()