Lines Matching refs:c2c_hist_entry
65 struct c2c_hist_entry { struct
144 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc()
179 struct c2c_hist_entry *c2c_he; in c2c_he_free()
181 c2c_he = container_of(he, struct c2c_hist_entry, he); in c2c_he_free()
210 struct c2c_hist_entry *c2c_he; in he__get_c2c_hists()
214 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__get_c2c_hists()
231 static void c2c_he__set_evsel(struct c2c_hist_entry *c2c_he, in c2c_he__set_evsel()
237 static void c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, in c2c_he__set_cpu()
247 static void c2c_he__set_node(struct c2c_hist_entry *c2c_he, in c2c_he__set_node()
269 static void compute_stats(struct c2c_hist_entry *c2c_he, in compute_stats()
321 struct c2c_hist_entry *c2c_he; in process_sample_event()
362 c2c_he = container_of(he, struct c2c_hist_entry, he); in process_sample_event()
405 c2c_he = container_of(he, struct c2c_hist_entry, he); in process_sample_event()
562 struct c2c_hist_entry *c2c_he; in dcacheline_node_entry()
565 c2c_he = container_of(he, struct c2c_hist_entry, he); in dcacheline_node_entry()
576 struct c2c_hist_entry *c2c_he; in dcacheline_node_count()
579 c2c_he = container_of(he, struct c2c_hist_entry, he); in dcacheline_node_count()
636 struct c2c_hist_entry *c2c_he; in tot_hitm_entry()
640 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_hitm_entry()
650 struct c2c_hist_entry *c2c_left; in tot_hitm_cmp()
651 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp()
655 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_hitm_cmp()
656 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
669 struct c2c_hist_entry *c2c_he; \
672 c2c_he = container_of(he, struct c2c_hist_entry, he); \
682 struct c2c_hist_entry *c2c_left, *c2c_right; \
684 c2c_left = container_of(left, struct c2c_hist_entry, he); \
685 c2c_right = container_of(right, struct c2c_hist_entry, he); \
744 struct c2c_hist_entry *c2c_he; in tot_recs_entry()
748 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_recs_entry()
758 struct c2c_hist_entry *c2c_left; in tot_recs_cmp()
759 struct c2c_hist_entry *c2c_right; in tot_recs_cmp()
763 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_recs_cmp()
764 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
782 struct c2c_hist_entry *c2c_he; in tot_loads_entry()
786 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_loads_entry()
796 struct c2c_hist_entry *c2c_left; in tot_loads_cmp()
797 struct c2c_hist_entry *c2c_right; in tot_loads_cmp()
801 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_loads_cmp()
802 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_loads_cmp()
810 typedef double (get_percent_cb)(struct c2c_hist_entry *);
816 struct c2c_hist_entry *c2c_he; in percent_color()
820 c2c_he = container_of(he, struct c2c_hist_entry, he); in percent_color()
830 static double percent_costly_snoop(struct c2c_hist_entry *c2c_he) in percent_costly_snoop()
878 struct c2c_hist_entry *c2c_he; in percent_costly_snoop_entry()
883 c2c_he = container_of(he, struct c2c_hist_entry, he); in percent_costly_snoop_entry()
899 struct c2c_hist_entry *c2c_left; in percent_costly_snoop_cmp()
900 struct c2c_hist_entry *c2c_right; in percent_costly_snoop_cmp()
904 c2c_left = container_of(left, struct c2c_hist_entry, he); in percent_costly_snoop_cmp()
905 c2c_right = container_of(right, struct c2c_hist_entry, he); in percent_costly_snoop_cmp()
915 struct c2c_hist_entry *c2c_he; in he_stats()
917 c2c_he = container_of(he, struct c2c_hist_entry, he); in he_stats()
937 static double percent_ ## __f(struct c2c_hist_entry *c2c_he) \
1214 struct c2c_hist_entry *c2c_he; in node_entry()
1219 c2c_he = container_of(he, struct c2c_hist_entry, he); in node_entry()
1321 struct c2c_hist_entry *c2c_he; \
1322 c2c_he = container_of(he, struct c2c_hist_entry, he); \
1336 struct c2c_hist_entry *c2c_he; in cpucnt_entry()
1340 c2c_he = container_of(he, struct c2c_hist_entry, he); in cpucnt_entry()
1350 struct c2c_hist_entry *c2c_he; in cl_idx_entry()
1354 c2c_he = container_of(he, struct c2c_hist_entry, he); in cl_idx_entry()
2137 struct c2c_hist_entry *c2c_he; in he__display()
2142 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__display()
2170 struct c2c_hist_entry *c2c_he; in is_valid_hist_entry()
2173 c2c_he = container_of(he, struct c2c_hist_entry, he); in is_valid_hist_entry()
2198 static void set_node_width(struct c2c_hist_entry *c2c_he, int len) in set_node_width()
2209 static int set_nodestr(struct c2c_hist_entry *c2c_he) in set_nodestr()
2229 static void calc_width(struct c2c_hist_entry *c2c_he) in calc_width()
2240 struct c2c_hist_entry *c2c_he; in filter_cb()
2242 c2c_he = container_of(he, struct c2c_hist_entry, he); in filter_cb()
2258 struct c2c_hist_entry *c2c_he; in resort_cl_cb()
2262 c2c_he = container_of(he, struct c2c_hist_entry, he); in resort_cl_cb()
2372 struct c2c_hist_entry *c2c_he; in resort_shared_cl_cb()
2373 c2c_he = container_of(he, struct c2c_hist_entry, he); in resort_shared_cl_cb()
2532 struct c2c_hist_entry *c2c_he; in print_pareto()
2537 c2c_he = container_of(he, struct c2c_hist_entry, he); in print_pareto()
2598 struct c2c_hist_entry *c2c_he = NULL; in perf_c2c__toggle_annotation()
2626 c2c_he = container_of(he, struct c2c_hist_entry, he); in perf_c2c__toggle_annotation()
2688 struct c2c_hist_entry *c2c_he; in perf_c2c__browse_cacheline()
2706 c2c_he = container_of(he, struct c2c_hist_entry, he); in perf_c2c__browse_cacheline()