Lines Matching defs:he

81 	struct hist_entry	he;  member
173 static void c2c_he_free(void *he) in c2c_he_free()
200 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists()
284 struct hist_entry *he; in process_sample_event() local
525 struct hist_entry *he) in dcacheline_entry()
539 struct hist_entry *he) in dcacheline_node_entry()
553 struct hist_entry *he) in dcacheline_node_count()
563 struct hist_entry *he) in offset_entry()
592 struct hist_entry *he) in iaddr_entry()
613 struct hist_entry *he) in tot_hitm_entry()
721 struct hist_entry *he) in tot_recs_entry()
759 struct hist_entry *he) in tot_loads_entry()
793 struct hist_entry *he, get_percent_cb get_percent) in percent_color()
855 struct hist_entry *he) in percent_costly_snoop_entry()
869 struct hist_entry *he) in percent_costly_snoop_color()
892 static struct c2c_stats *he_stats(struct hist_entry *he) in he_stats()
900 static struct c2c_stats *total_stats(struct hist_entry *he) in total_stats()
945 struct hist_entry *he) in percent_rmt_hitm_color()
965 struct hist_entry *he) in percent_lcl_hitm_entry()
976 struct hist_entry *he) in percent_lcl_hitm_color()
996 struct hist_entry *he) in percent_lcl_peer_entry()
1007 struct hist_entry *he) in percent_lcl_peer_color()
1027 struct hist_entry *he) in percent_rmt_peer_entry()
1038 struct hist_entry *he) in percent_rmt_peer_color()
1058 struct hist_entry *he) in percent_stores_l1hit_entry()
1069 struct hist_entry *he) in percent_stores_l1hit_color()
1089 struct hist_entry *he) in percent_stores_l1miss_entry()
1100 struct hist_entry *he) in percent_stores_l1miss_color()
1120 struct hist_entry *he) in percent_stores_na_entry()
1131 struct hist_entry *he) in percent_stores_na_color()
1191 struct hist_entry *he) in node_entry()
1287 struct hist_entry *he, double mean) in mean_entry()
1313 struct hist_entry *he) in cpucnt_entry()
1327 struct hist_entry *he) in cl_idx_entry()
1341 struct hist_entry *he) in cl_idx_empty_entry()
1918 struct hist_entry *he) in c2c_se_entry()
2106 static bool he__display(struct hist_entry *he, struct c2c_stats *stats) in he__display()
2139 static inline bool is_valid_hist_entry(struct hist_entry *he) in is_valid_hist_entry()
2209 static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) in filter_cb()
2226 static int resort_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_cl_cb()
2343 static int resort_shared_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_shared_cl_cb()
2362 struct hist_entry *he; in hists__iterate_cb() local
2504 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in print_pareto() local
2571 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in c2c_browser__update_nr_entries() local
2584 struct hist_entry *he; member
2592 struct hist_entry *he; in perf_c2c_cacheline_browser__title() local
2606 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) in c2c_cacheline_browser__new()
2621 static int perf_c2c__browse_cacheline(struct hist_entry *he) in perf_c2c__browse_cacheline()