Lines Matching defs:he

77 	struct hist_entry	he;  member
159 static void c2c_he_free(void *he) in c2c_he_free()
186 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists()
266 struct hist_entry *he; in process_sample_event() local
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()
563 struct hist_entry *he) in iaddr_entry()
584 struct hist_entry *he) in tot_hitm_entry()
680 struct hist_entry *he) in tot_recs_entry()
731 struct hist_entry *he) in tot_loads_entry()
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()
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()
909 struct hist_entry *he) in percent_rmt_hitm_color()
929 struct hist_entry *he) in percent_lcl_hitm_entry()
940 struct hist_entry *he) in percent_lcl_hitm_color()
960 struct hist_entry *he) in percent_stores_l1hit_entry()
971 struct hist_entry *he) in percent_stores_l1hit_color()
991 struct hist_entry *he) in percent_stores_l1miss_entry()
1002 struct hist_entry *he) in percent_stores_l1miss_color()
1049 struct hist_entry *he) in node_entry()
1147 struct hist_entry *he, double mean) in mean_entry()
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()
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() local
2192 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in print_pareto() local
2259 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in c2c_browser__update_nr_entries() local
2272 struct hist_entry *he; member
2280 struct hist_entry *he; in perf_c2c_cacheline_browser__title() local
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()