Lines Matching refs:c2c_hist_entry
49 struct c2c_hist_entry { struct
124 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc()
151 struct c2c_hist_entry *c2c_he; in c2c_he_free()
153 c2c_he = container_of(he, struct c2c_hist_entry, he); in c2c_he_free()
180 struct c2c_hist_entry *c2c_he; in he__get_c2c_hists()
184 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__get_c2c_hists()
201 static void c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, in c2c_he__set_cpu()
211 static void c2c_he__set_node(struct c2c_hist_entry *c2c_he, in c2c_he__set_node()
233 static void compute_stats(struct c2c_hist_entry *c2c_he, in compute_stats()
254 struct c2c_hist_entry *c2c_he; in process_sample_event()
291 c2c_he = container_of(he, struct c2c_hist_entry, he); in process_sample_event()
325 c2c_he = container_of(he, struct c2c_hist_entry, he); in process_sample_event()
500 struct c2c_hist_entry *c2c_he; in dcacheline_node_entry()
503 c2c_he = container_of(he, struct c2c_hist_entry, he); in dcacheline_node_entry()
514 struct c2c_hist_entry *c2c_he; in dcacheline_node_count()
517 c2c_he = container_of(he, struct c2c_hist_entry, he); in dcacheline_node_count()
573 struct c2c_hist_entry *c2c_he; in tot_hitm_entry()
577 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_hitm_entry()
587 struct c2c_hist_entry *c2c_left; in tot_hitm_cmp()
588 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp()
592 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_hitm_cmp()
593 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
606 struct c2c_hist_entry *c2c_he; \
609 c2c_he = container_of(he, struct c2c_hist_entry, he); \
619 struct c2c_hist_entry *c2c_left, *c2c_right; \
621 c2c_left = container_of(left, struct c2c_hist_entry, he); \
622 c2c_right = container_of(right, struct c2c_hist_entry, he); \
657 struct c2c_hist_entry *c2c_he; in ld_llcmiss_entry()
660 c2c_he = container_of(he, struct c2c_hist_entry, he); in ld_llcmiss_entry()
670 struct c2c_hist_entry *c2c_left; in ld_llcmiss_cmp()
671 struct c2c_hist_entry *c2c_right; in ld_llcmiss_cmp()
673 c2c_left = container_of(left, struct c2c_hist_entry, he); in ld_llcmiss_cmp()
674 c2c_right = container_of(right, struct c2c_hist_entry, he); in ld_llcmiss_cmp()
706 struct c2c_hist_entry *c2c_he; in tot_recs_entry()
710 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_recs_entry()
720 struct c2c_hist_entry *c2c_left; in tot_recs_cmp()
721 struct c2c_hist_entry *c2c_right; in tot_recs_cmp()
725 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_recs_cmp()
726 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
757 struct c2c_hist_entry *c2c_he; in tot_loads_entry()
761 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_loads_entry()
771 struct c2c_hist_entry *c2c_left; in tot_loads_cmp()
772 struct c2c_hist_entry *c2c_right; in tot_loads_cmp()
776 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_loads_cmp()
777 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_loads_cmp()
785 typedef double (get_percent_cb)(struct c2c_hist_entry *);
791 struct c2c_hist_entry *c2c_he; in percent_color()
795 c2c_he = container_of(he, struct c2c_hist_entry, he); in percent_color()
805 static double percent_hitm(struct c2c_hist_entry *c2c_he) in percent_hitm()
848 struct c2c_hist_entry *c2c_he; in percent_hitm_entry()
853 c2c_he = container_of(he, struct c2c_hist_entry, he); in percent_hitm_entry()
869 struct c2c_hist_entry *c2c_left; in percent_hitm_cmp()
870 struct c2c_hist_entry *c2c_right; in percent_hitm_cmp()
874 c2c_left = container_of(left, struct c2c_hist_entry, he); in percent_hitm_cmp()
875 c2c_right = container_of(right, struct c2c_hist_entry, he); in percent_hitm_cmp()
885 struct c2c_hist_entry *c2c_he; in he_stats()
887 c2c_he = container_of(he, struct c2c_hist_entry, he); in he_stats()
907 static double percent_ ## __f(struct c2c_hist_entry *c2c_he) \
1075 struct c2c_hist_entry *c2c_he; in node_entry()
1080 c2c_he = container_of(he, struct c2c_hist_entry, he); in node_entry()
1184 struct c2c_hist_entry *c2c_he; \
1185 c2c_he = container_of(he, struct c2c_hist_entry, he); \
1197 struct c2c_hist_entry *c2c_he; in cpucnt_entry()
1201 c2c_he = container_of(he, struct c2c_hist_entry, he); in cpucnt_entry()
1211 struct c2c_hist_entry *c2c_he; in cl_idx_entry()
1215 c2c_he = container_of(he, struct c2c_hist_entry, he); in cl_idx_entry()
1885 struct c2c_hist_entry *c2c_he; in he__display()
1891 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__display()
1922 struct c2c_hist_entry *c2c_he; in valid_hitm_or_store()
1925 c2c_he = container_of(he, struct c2c_hist_entry, he); in valid_hitm_or_store()
1932 static void set_node_width(struct c2c_hist_entry *c2c_he, int len) in set_node_width()
1943 static int set_nodestr(struct c2c_hist_entry *c2c_he) in set_nodestr()
1963 static void calc_width(struct c2c_hist_entry *c2c_he) in calc_width()
1974 struct c2c_hist_entry *c2c_he; in filter_cb()
1976 c2c_he = container_of(he, struct c2c_hist_entry, he); in filter_cb()
1991 struct c2c_hist_entry *c2c_he; in resort_cl_cb()
1995 c2c_he = container_of(he, struct c2c_hist_entry, he); in resort_cl_cb()
2078 struct c2c_hist_entry *c2c_he; in resort_hitm_cb()
2079 c2c_he = container_of(he, struct c2c_hist_entry, he); in resort_hitm_cb()
2222 struct c2c_hist_entry *c2c_he; in print_pareto()
2227 c2c_he = container_of(he, struct c2c_hist_entry, he); in print_pareto()
2341 struct c2c_hist_entry *c2c_he; in perf_c2c__browse_cacheline()
2358 c2c_he = container_of(he, struct c2c_hist_entry, he); in perf_c2c__browse_cacheline()