Lines Matching defs:he

82 	struct hist_entry	he;  member
174 static void c2c_he_free(void *he) in c2c_he_free()
201 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists()
285 struct hist_entry *he; in process_sample_event() local
520 struct hist_entry *he) in dcacheline_entry()
534 struct hist_entry *he) in dcacheline_node_entry()
548 struct hist_entry *he) in dcacheline_node_count()
558 struct hist_entry *he) in offset_entry()
587 struct hist_entry *he) in iaddr_entry()
608 struct hist_entry *he) in tot_hitm_entry()
716 struct hist_entry *he) in tot_recs_entry()
754 struct hist_entry *he) in tot_loads_entry()
788 struct hist_entry *he, get_percent_cb get_percent) in percent_color()
850 struct hist_entry *he) in percent_costly_snoop_entry()
864 struct hist_entry *he) in percent_costly_snoop_color()
887 static struct c2c_stats *he_stats(struct hist_entry *he) in he_stats()
895 static struct c2c_stats *total_stats(struct hist_entry *he) in total_stats()
940 struct hist_entry *he) in percent_rmt_hitm_color()
960 struct hist_entry *he) in percent_lcl_hitm_entry()
971 struct hist_entry *he) in percent_lcl_hitm_color()
991 struct hist_entry *he) in percent_lcl_peer_entry()
1002 struct hist_entry *he) in percent_lcl_peer_color()
1022 struct hist_entry *he) in percent_rmt_peer_entry()
1033 struct hist_entry *he) in percent_rmt_peer_color()
1053 struct hist_entry *he) in percent_stores_l1hit_entry()
1064 struct hist_entry *he) in percent_stores_l1hit_color()
1084 struct hist_entry *he) in percent_stores_l1miss_entry()
1095 struct hist_entry *he) in percent_stores_l1miss_color()
1115 struct hist_entry *he) in percent_stores_na_entry()
1126 struct hist_entry *he) in percent_stores_na_color()
1186 struct hist_entry *he) in node_entry()
1282 struct hist_entry *he, double mean) in mean_entry()
1308 struct hist_entry *he) in cpucnt_entry()
1322 struct hist_entry *he) in cl_idx_entry()
1336 struct hist_entry *he) in cl_idx_empty_entry()
1913 struct hist_entry *he) in c2c_se_entry()
2101 static bool he__display(struct hist_entry *he, struct c2c_stats *stats) in he__display()
2134 static inline bool is_valid_hist_entry(struct hist_entry *he) in is_valid_hist_entry()
2204 static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) in filter_cb()
2221 static int resort_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_cl_cb()
2338 static int resort_shared_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_shared_cl_cb()
2357 struct hist_entry *he; in hists__iterate_cb() local
2499 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in print_pareto() local
2566 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in c2c_browser__update_nr_entries() local
2579 struct hist_entry *he; member
2587 struct hist_entry *he; in perf_c2c_cacheline_browser__title() local
2601 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) in c2c_cacheline_browser__new()
2616 static int perf_c2c__browse_cacheline(struct hist_entry *he) in perf_c2c__browse_cacheline()