Lines Matching defs:he
79 struct hist_entry he; member
161 static void c2c_he_free(void *he) in c2c_he_free()
188 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists()
268 struct hist_entry *he; in process_sample_event() local
503 struct hist_entry *he) in dcacheline_entry()
517 struct hist_entry *he) in dcacheline_node_entry()
531 struct hist_entry *he) in dcacheline_node_count()
541 struct hist_entry *he) in offset_entry()
569 struct hist_entry *he) in iaddr_entry()
590 struct hist_entry *he) in tot_hitm_entry()
686 struct hist_entry *he) in tot_recs_entry()
737 struct hist_entry *he) in tot_loads_entry()
771 struct hist_entry *he, get_percent_cb get_percent) in percent_color()
828 struct hist_entry *he) in percent_hitm_entry()
842 struct hist_entry *he) in percent_hitm_color()
865 static struct c2c_stats *he_stats(struct hist_entry *he) in he_stats()
873 static struct c2c_stats *total_stats(struct hist_entry *he) in total_stats()
915 struct hist_entry *he) in percent_rmt_hitm_color()
935 struct hist_entry *he) in percent_lcl_hitm_entry()
946 struct hist_entry *he) in percent_lcl_hitm_color()
966 struct hist_entry *he) in percent_stores_l1hit_entry()
977 struct hist_entry *he) in percent_stores_l1hit_color()
997 struct hist_entry *he) in percent_stores_l1miss_entry()
1008 struct hist_entry *he) in percent_stores_l1miss_color()
1068 struct hist_entry *he) in node_entry()
1160 struct hist_entry *he, double mean) in mean_entry()
1184 struct hist_entry *he) in cpucnt_entry()
1198 struct hist_entry *he) in cl_idx_entry()
1212 struct hist_entry *he) in cl_idx_empty_entry()
1683 struct hist_entry *he) in c2c_se_entry()
1871 static bool he__display(struct hist_entry *he, struct c2c_stats *stats) in he__display()
1900 static inline bool is_valid_hist_entry(struct hist_entry *he) in is_valid_hist_entry()
1968 static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) in filter_cb()
1985 static int resort_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_cl_cb()
2076 static int resort_shared_cl_cb(struct hist_entry *he, void *arg __maybe_unused) in resort_shared_cl_cb()
2095 struct hist_entry *he; in hists__iterate_cb() local
2225 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in print_pareto() local
2292 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in c2c_browser__update_nr_entries() local
2305 struct hist_entry *he; member
2313 struct hist_entry *he; in perf_c2c_cacheline_browser__title() local
2327 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) in c2c_cacheline_browser__new()
2342 static int perf_c2c__browse_cacheline(struct hist_entry *he) in perf_c2c__browse_cacheline()