Lines Matching refs:c2c_hist_entry
58 struct c2c_hist_entry { struct
134 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc()
161 struct c2c_hist_entry *c2c_he; in c2c_he_free()
163 c2c_he = container_of(he, struct c2c_hist_entry, he); in c2c_he_free()
190 struct c2c_hist_entry *c2c_he; in he__get_c2c_hists()
194 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__get_c2c_hists()
211 static void c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, in c2c_he__set_cpu()
221 static void c2c_he__set_node(struct c2c_hist_entry *c2c_he, in c2c_he__set_node()
243 static void compute_stats(struct c2c_hist_entry *c2c_he, in compute_stats()
264 struct c2c_hist_entry *c2c_he; in process_sample_event()
304 c2c_he = container_of(he, struct c2c_hist_entry, he); in process_sample_event()
338 c2c_he = container_of(he, struct c2c_hist_entry, he); in process_sample_event()
513 struct c2c_hist_entry *c2c_he; in dcacheline_node_entry()
516 c2c_he = container_of(he, struct c2c_hist_entry, he); in dcacheline_node_entry()
527 struct c2c_hist_entry *c2c_he; in dcacheline_node_count()
530 c2c_he = container_of(he, struct c2c_hist_entry, he); in dcacheline_node_count()
586 struct c2c_hist_entry *c2c_he; in tot_hitm_entry()
590 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_hitm_entry()
600 struct c2c_hist_entry *c2c_left; in tot_hitm_cmp()
601 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp()
605 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_hitm_cmp()
606 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
619 struct c2c_hist_entry *c2c_he; \
622 c2c_he = container_of(he, struct c2c_hist_entry, he); \
632 struct c2c_hist_entry *c2c_left, *c2c_right; \
634 c2c_left = container_of(left, struct c2c_hist_entry, he); \
635 c2c_right = container_of(right, struct c2c_hist_entry, he); \
682 struct c2c_hist_entry *c2c_he; in tot_recs_entry()
686 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_recs_entry()
696 struct c2c_hist_entry *c2c_left; in tot_recs_cmp()
697 struct c2c_hist_entry *c2c_right; in tot_recs_cmp()
701 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_recs_cmp()
702 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
733 struct c2c_hist_entry *c2c_he; in tot_loads_entry()
737 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_loads_entry()
747 struct c2c_hist_entry *c2c_left; in tot_loads_cmp()
748 struct c2c_hist_entry *c2c_right; in tot_loads_cmp()
752 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_loads_cmp()
753 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_loads_cmp()
761 typedef double (get_percent_cb)(struct c2c_hist_entry *);
767 struct c2c_hist_entry *c2c_he; in percent_color()
771 c2c_he = container_of(he, struct c2c_hist_entry, he); in percent_color()
781 static double percent_hitm(struct c2c_hist_entry *c2c_he) in percent_hitm()
824 struct c2c_hist_entry *c2c_he; in percent_hitm_entry()
829 c2c_he = container_of(he, struct c2c_hist_entry, he); in percent_hitm_entry()
845 struct c2c_hist_entry *c2c_left; in percent_hitm_cmp()
846 struct c2c_hist_entry *c2c_right; in percent_hitm_cmp()
850 c2c_left = container_of(left, struct c2c_hist_entry, he); in percent_hitm_cmp()
851 c2c_right = container_of(right, struct c2c_hist_entry, he); in percent_hitm_cmp()
861 struct c2c_hist_entry *c2c_he; in he_stats()
863 c2c_he = container_of(he, struct c2c_hist_entry, he); in he_stats()
883 static double percent_ ## __f(struct c2c_hist_entry *c2c_he) \
1051 struct c2c_hist_entry *c2c_he; in node_entry()
1056 c2c_he = container_of(he, struct c2c_hist_entry, he); in node_entry()
1160 struct c2c_hist_entry *c2c_he; \
1161 c2c_he = container_of(he, struct c2c_hist_entry, he); \
1173 struct c2c_hist_entry *c2c_he; in cpucnt_entry()
1177 c2c_he = container_of(he, struct c2c_hist_entry, he); in cpucnt_entry()
1187 struct c2c_hist_entry *c2c_he; in cl_idx_entry()
1191 c2c_he = container_of(he, struct c2c_hist_entry, he); in cl_idx_entry()
1852 struct c2c_hist_entry *c2c_he; in he__display()
1858 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__display()
1889 struct c2c_hist_entry *c2c_he; in valid_hitm_or_store()
1892 c2c_he = container_of(he, struct c2c_hist_entry, he); in valid_hitm_or_store()
1899 static void set_node_width(struct c2c_hist_entry *c2c_he, int len) in set_node_width()
1910 static int set_nodestr(struct c2c_hist_entry *c2c_he) in set_nodestr()
1930 static void calc_width(struct c2c_hist_entry *c2c_he) in calc_width()
1941 struct c2c_hist_entry *c2c_he; in filter_cb()
1943 c2c_he = container_of(he, struct c2c_hist_entry, he); in filter_cb()
1958 struct c2c_hist_entry *c2c_he; in resort_cl_cb()
1962 c2c_he = container_of(he, struct c2c_hist_entry, he); in resort_cl_cb()
2049 struct c2c_hist_entry *c2c_he; in resort_hitm_cb()
2050 c2c_he = container_of(he, struct c2c_hist_entry, he); in resort_hitm_cb()
2193 struct c2c_hist_entry *c2c_he; in print_pareto()
2198 c2c_he = container_of(he, struct c2c_hist_entry, he); in print_pareto()
2311 struct c2c_hist_entry *c2c_he; in perf_c2c__browse_cacheline()
2328 c2c_he = container_of(he, struct c2c_hist_entry, he); in perf_c2c__browse_cacheline()