Lines Matching refs:hist_entry

68 	struct hist_entry	he;
176 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists()
256 struct hist_entry *he; in process_sample_event()
392 struct hist_entry *, struct hist_entry *);
394 struct hist_entry *he);
396 struct hist_entry *he);
478 struct hist_entry *left, struct hist_entry *right) in dcacheline_cmp()
484 struct hist_entry *he) in dcacheline_entry()
498 struct hist_entry *he) in dcacheline_node_entry()
512 struct hist_entry *he) in dcacheline_node_count()
522 struct hist_entry *he) in offset_entry()
536 struct hist_entry *left, struct hist_entry *right) in offset_cmp()
550 struct hist_entry *he) in iaddr_entry()
564 struct hist_entry *left, struct hist_entry *right) in iaddr_cmp()
571 struct hist_entry *he) in tot_hitm_entry()
585 struct hist_entry *left, struct hist_entry *right) in tot_hitm_cmp()
604 struct hist_entry *he) \
617 struct hist_entry *left, struct hist_entry *right) \
655 struct hist_entry *he) in ld_llcmiss_entry()
668 struct hist_entry *left, struct hist_entry *right) in ld_llcmiss_cmp()
704 struct hist_entry *he) in tot_recs_entry()
718 struct hist_entry *left, struct hist_entry *right) in tot_recs_cmp()
755 struct hist_entry *he) in tot_loads_entry()
769 struct hist_entry *left, struct hist_entry *right) in tot_loads_cmp()
789 struct hist_entry *he, get_percent_cb get_percent) in percent_color()
846 struct hist_entry *he) in percent_hitm_entry()
860 struct hist_entry *he) in percent_hitm_color()
867 struct hist_entry *left, struct hist_entry *right) in percent_hitm_cmp()
883 static struct c2c_stats *he_stats(struct hist_entry *he) in he_stats()
891 static struct c2c_stats *total_stats(struct hist_entry *he) in total_stats()
922 struct hist_entry *he) in PERCENT_FN()
933 struct hist_entry *he) in percent_rmt_hitm_color()
940 struct hist_entry *left, struct hist_entry *right) in percent_rmt_hitm_cmp()
953 struct hist_entry *he) in percent_lcl_hitm_entry()
964 struct hist_entry *he) in percent_lcl_hitm_color()
971 struct hist_entry *left, struct hist_entry *right) in percent_lcl_hitm_cmp()
984 struct hist_entry *he) in percent_stores_l1hit_entry()
995 struct hist_entry *he) in percent_stores_l1hit_color()
1002 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1hit_cmp()
1015 struct hist_entry *he) in percent_stores_l1miss_entry()
1026 struct hist_entry *he) in percent_stores_l1miss_color()
1033 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1miss_cmp()
1049 struct hist_entry *he) in STAT_FN()
1058 struct hist_entry *left, struct hist_entry *right) in pid_cmp()
1065 struct hist_entry *left __maybe_unused, in empty_cmp()
1066 struct hist_entry *right __maybe_unused) in empty_cmp()
1073 struct hist_entry *he) in node_entry()
1171 struct hist_entry *he, double mean) in mean_entry()
1182 __func(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) \
1195 struct hist_entry *he) in cpucnt_entry()
1209 struct hist_entry *he) in cl_idx_entry()
1223 struct hist_entry *he) in cl_idx_empty_entry()
1703 struct hist_entry *he) in c2c_se_entry()
1720 struct hist_entry *a, struct hist_entry *b) in c2c_se_cmp()
1729 struct hist_entry *a, struct hist_entry *b) in c2c_se_collapse()
1733 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in c2c_se_collapse()
1883 static bool he__display(struct hist_entry *he, struct c2c_stats *stats) in he__display()
1920 static inline int valid_hitm_or_store(struct hist_entry *he) in valid_hitm_or_store()
1972 static int filter_cb(struct hist_entry *he) in filter_cb()
1989 static int resort_cl_cb(struct hist_entry *he) in resort_cl_cb()
2076 static int resort_hitm_cb(struct hist_entry *he) in resort_hitm_cb()
2095 struct hist_entry *he; in hists__iterate_cb()
2097 he = rb_entry(next, struct hist_entry, rb_node); in hists__iterate_cb()
2173 struct hist_entry *he_cl, in print_cacheline()
2221 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in print_pareto()
2289 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in c2c_browser__update_nr_entries()
2302 struct hist_entry *he;
2310 struct hist_entry *he; in perf_c2c_cacheline_browser__title()
2324 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) in c2c_cacheline_browser__new()
2339 static int perf_c2c__browse_cacheline(struct hist_entry *he) in perf_c2c__browse_cacheline()