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
508 struct hist_entry *he) in dcacheline_entry()
522 struct hist_entry *he) in dcacheline_node_entry()
536 struct hist_entry *he) in dcacheline_node_count()
546 struct hist_entry *he) in offset_entry()
575 struct hist_entry *he) in iaddr_entry()
596 struct hist_entry *he) in tot_hitm_entry()
704 struct hist_entry *he) in tot_recs_entry()
742 struct hist_entry *he) in tot_loads_entry()
776 struct hist_entry *he, get_percent_cb get_percent) in percent_color()
838 struct hist_entry *he) in percent_costly_snoop_entry()
852 struct hist_entry *he) in percent_costly_snoop_color()
875 static struct c2c_stats *he_stats(struct hist_entry *he) in he_stats()
883 static struct c2c_stats *total_stats(struct hist_entry *he) in total_stats()
928 struct hist_entry *he) in percent_rmt_hitm_color()
948 struct hist_entry *he) in percent_lcl_hitm_entry()
959 struct hist_entry *he) in percent_lcl_hitm_color()
979 struct hist_entry *he) in percent_lcl_peer_entry()
990 struct hist_entry *he) in percent_lcl_peer_color()
1010 struct hist_entry *he) in percent_rmt_peer_entry()
1021 struct hist_entry *he) in percent_rmt_peer_color()
1041 struct hist_entry *he) in percent_stores_l1hit_entry()
1052 struct hist_entry *he) in percent_stores_l1hit_color()
1072 struct hist_entry *he) in percent_stores_l1miss_entry()
1083 struct hist_entry *he) in percent_stores_l1miss_color()
1103 struct hist_entry *he) in percent_stores_na_entry()
1114 struct hist_entry *he) in percent_stores_na_color()
1174 struct hist_entry *he) in node_entry()
1270 struct hist_entry *he, double mean) in mean_entry()
1296 struct hist_entry *he) in cpucnt_entry()
1310 struct hist_entry *he) in cl_idx_entry()
1324 struct hist_entry *he) in cl_idx_empty_entry()
1901 struct hist_entry *he) in c2c_se_entry()
2089 static bool he__display(struct hist_entry *he, struct c2c_stats *stats) in he__display()
2122 static inline bool is_valid_hist_entry(struct hist_entry *he) in is_valid_hist_entry()
2192 static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) in filter_cb()
2209 static int resort_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_cl_cb()
2322 static int resort_shared_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_shared_cl_cb()
2341 struct hist_entry *he; in hists__iterate_cb() local
2483 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in print_pareto() local
2550 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in c2c_browser__update_nr_entries() local
2563 struct hist_entry *he; member
2571 struct hist_entry *he; in perf_c2c_cacheline_browser__title() local
2585 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) in c2c_cacheline_browser__new()
2600 static int perf_c2c__browse_cacheline(struct hist_entry *he) in perf_c2c__browse_cacheline()