Lines Matching refs:c2c_hist_entry

62 struct c2c_hist_entry {  struct
140 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc()
175 struct c2c_hist_entry *c2c_he; in c2c_he_free()
177 c2c_he = container_of(he, struct c2c_hist_entry, he); in c2c_he_free()
204 struct c2c_hist_entry *c2c_he; in he__get_c2c_hists()
208 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__get_c2c_hists()
225 static void c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, in c2c_he__set_cpu()
235 static void c2c_he__set_node(struct c2c_hist_entry *c2c_he, in c2c_he__set_node()
257 static void compute_stats(struct c2c_hist_entry *c2c_he, in compute_stats()
282 struct c2c_hist_entry *c2c_he; in process_sample_event()
328 c2c_he = container_of(he, struct c2c_hist_entry, he); in process_sample_event()
362 c2c_he = container_of(he, struct c2c_hist_entry, he); in process_sample_event()
541 struct c2c_hist_entry *c2c_he; in dcacheline_node_entry()
544 c2c_he = container_of(he, struct c2c_hist_entry, he); in dcacheline_node_entry()
555 struct c2c_hist_entry *c2c_he; in dcacheline_node_count()
558 c2c_he = container_of(he, struct c2c_hist_entry, he); in dcacheline_node_count()
615 struct c2c_hist_entry *c2c_he; in tot_hitm_entry()
619 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_hitm_entry()
629 struct c2c_hist_entry *c2c_left; in tot_hitm_cmp()
630 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp()
634 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_hitm_cmp()
635 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
648 struct c2c_hist_entry *c2c_he; \
651 c2c_he = container_of(he, struct c2c_hist_entry, he); \
661 struct c2c_hist_entry *c2c_left, *c2c_right; \
663 c2c_left = container_of(left, struct c2c_hist_entry, he); \
664 c2c_right = container_of(right, struct c2c_hist_entry, he); \
723 struct c2c_hist_entry *c2c_he; in tot_recs_entry()
727 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_recs_entry()
737 struct c2c_hist_entry *c2c_left; in tot_recs_cmp()
738 struct c2c_hist_entry *c2c_right; in tot_recs_cmp()
742 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_recs_cmp()
743 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
761 struct c2c_hist_entry *c2c_he; in tot_loads_entry()
765 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_loads_entry()
775 struct c2c_hist_entry *c2c_left; in tot_loads_cmp()
776 struct c2c_hist_entry *c2c_right; in tot_loads_cmp()
780 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_loads_cmp()
781 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_loads_cmp()
789 typedef double (get_percent_cb)(struct c2c_hist_entry *);
795 struct c2c_hist_entry *c2c_he; in percent_color()
799 c2c_he = container_of(he, struct c2c_hist_entry, he); in percent_color()
809 static double percent_costly_snoop(struct c2c_hist_entry *c2c_he) in percent_costly_snoop()
857 struct c2c_hist_entry *c2c_he; in percent_costly_snoop_entry()
862 c2c_he = container_of(he, struct c2c_hist_entry, he); in percent_costly_snoop_entry()
878 struct c2c_hist_entry *c2c_left; in percent_costly_snoop_cmp()
879 struct c2c_hist_entry *c2c_right; in percent_costly_snoop_cmp()
883 c2c_left = container_of(left, struct c2c_hist_entry, he); in percent_costly_snoop_cmp()
884 c2c_right = container_of(right, struct c2c_hist_entry, he); in percent_costly_snoop_cmp()
894 struct c2c_hist_entry *c2c_he; in he_stats()
896 c2c_he = container_of(he, struct c2c_hist_entry, he); in he_stats()
916 static double percent_ ## __f(struct c2c_hist_entry *c2c_he) \
1193 struct c2c_hist_entry *c2c_he; in node_entry()
1198 c2c_he = container_of(he, struct c2c_hist_entry, he); in node_entry()
1300 struct c2c_hist_entry *c2c_he; \
1301 c2c_he = container_of(he, struct c2c_hist_entry, he); \
1315 struct c2c_hist_entry *c2c_he; in cpucnt_entry()
1319 c2c_he = container_of(he, struct c2c_hist_entry, he); in cpucnt_entry()
1329 struct c2c_hist_entry *c2c_he; in cl_idx_entry()
1333 c2c_he = container_of(he, struct c2c_hist_entry, he); in cl_idx_entry()
2108 struct c2c_hist_entry *c2c_he; in he__display()
2113 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__display()
2141 struct c2c_hist_entry *c2c_he; in is_valid_hist_entry()
2144 c2c_he = container_of(he, struct c2c_hist_entry, he); in is_valid_hist_entry()
2169 static void set_node_width(struct c2c_hist_entry *c2c_he, int len) in set_node_width()
2180 static int set_nodestr(struct c2c_hist_entry *c2c_he) in set_nodestr()
2200 static void calc_width(struct c2c_hist_entry *c2c_he) in calc_width()
2211 struct c2c_hist_entry *c2c_he; in filter_cb()
2213 c2c_he = container_of(he, struct c2c_hist_entry, he); in filter_cb()
2228 struct c2c_hist_entry *c2c_he; in resort_cl_cb()
2232 c2c_he = container_of(he, struct c2c_hist_entry, he); in resort_cl_cb()
2345 struct c2c_hist_entry *c2c_he; in resort_shared_cl_cb()
2346 c2c_he = container_of(he, struct c2c_hist_entry, he); in resort_shared_cl_cb()
2505 struct c2c_hist_entry *c2c_he; in print_pareto()
2510 c2c_he = container_of(he, struct c2c_hist_entry, he); in print_pareto()
2623 struct c2c_hist_entry *c2c_he; in perf_c2c__browse_cacheline()
2640 c2c_he = container_of(he, struct c2c_hist_entry, he); in perf_c2c__browse_cacheline()