Lines Matching refs:c2c_hist_entry
58 struct c2c_hist_entry { struct
133 struct c2c_hist_entry *c2c_he; in c2c_he_zalloc()
160 struct c2c_hist_entry *c2c_he; in c2c_he_free()
162 c2c_he = container_of(he, struct c2c_hist_entry, he); in c2c_he_free()
189 struct c2c_hist_entry *c2c_he; in he__get_c2c_hists()
193 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__get_c2c_hists()
210 static void c2c_he__set_cpu(struct c2c_hist_entry *c2c_he, in c2c_he__set_cpu()
220 static void c2c_he__set_node(struct c2c_hist_entry *c2c_he, in c2c_he__set_node()
242 static void compute_stats(struct c2c_hist_entry *c2c_he, in compute_stats()
263 struct c2c_hist_entry *c2c_he; in process_sample_event()
300 c2c_he = container_of(he, struct c2c_hist_entry, he); in process_sample_event()
334 c2c_he = container_of(he, struct c2c_hist_entry, he); in process_sample_event()
509 struct c2c_hist_entry *c2c_he; in dcacheline_node_entry()
512 c2c_he = container_of(he, struct c2c_hist_entry, he); in dcacheline_node_entry()
523 struct c2c_hist_entry *c2c_he; in dcacheline_node_count()
526 c2c_he = container_of(he, struct c2c_hist_entry, he); in dcacheline_node_count()
582 struct c2c_hist_entry *c2c_he; in tot_hitm_entry()
586 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_hitm_entry()
596 struct c2c_hist_entry *c2c_left; in tot_hitm_cmp()
597 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp()
601 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_hitm_cmp()
602 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
615 struct c2c_hist_entry *c2c_he; \
618 c2c_he = container_of(he, struct c2c_hist_entry, he); \
628 struct c2c_hist_entry *c2c_left, *c2c_right; \
630 c2c_left = container_of(left, struct c2c_hist_entry, he); \
631 c2c_right = container_of(right, struct c2c_hist_entry, he); \
666 struct c2c_hist_entry *c2c_he; in ld_llcmiss_entry()
669 c2c_he = container_of(he, struct c2c_hist_entry, he); in ld_llcmiss_entry()
679 struct c2c_hist_entry *c2c_left; in ld_llcmiss_cmp()
680 struct c2c_hist_entry *c2c_right; in ld_llcmiss_cmp()
682 c2c_left = container_of(left, struct c2c_hist_entry, he); in ld_llcmiss_cmp()
683 c2c_right = container_of(right, struct c2c_hist_entry, he); in ld_llcmiss_cmp()
715 struct c2c_hist_entry *c2c_he; in tot_recs_entry()
719 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_recs_entry()
729 struct c2c_hist_entry *c2c_left; in tot_recs_cmp()
730 struct c2c_hist_entry *c2c_right; in tot_recs_cmp()
734 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_recs_cmp()
735 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
766 struct c2c_hist_entry *c2c_he; in tot_loads_entry()
770 c2c_he = container_of(he, struct c2c_hist_entry, he); in tot_loads_entry()
780 struct c2c_hist_entry *c2c_left; in tot_loads_cmp()
781 struct c2c_hist_entry *c2c_right; in tot_loads_cmp()
785 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_loads_cmp()
786 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_loads_cmp()
794 typedef double (get_percent_cb)(struct c2c_hist_entry *);
800 struct c2c_hist_entry *c2c_he; in percent_color()
804 c2c_he = container_of(he, struct c2c_hist_entry, he); in percent_color()
814 static double percent_hitm(struct c2c_hist_entry *c2c_he) in percent_hitm()
857 struct c2c_hist_entry *c2c_he; in percent_hitm_entry()
862 c2c_he = container_of(he, struct c2c_hist_entry, he); in percent_hitm_entry()
878 struct c2c_hist_entry *c2c_left; in percent_hitm_cmp()
879 struct c2c_hist_entry *c2c_right; in percent_hitm_cmp()
883 c2c_left = container_of(left, struct c2c_hist_entry, he); in percent_hitm_cmp()
884 c2c_right = container_of(right, struct c2c_hist_entry, he); in percent_hitm_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) \
1084 struct c2c_hist_entry *c2c_he; in node_entry()
1089 c2c_he = container_of(he, struct c2c_hist_entry, he); in node_entry()
1193 struct c2c_hist_entry *c2c_he; \
1194 c2c_he = container_of(he, struct c2c_hist_entry, he); \
1206 struct c2c_hist_entry *c2c_he; in cpucnt_entry()
1210 c2c_he = container_of(he, struct c2c_hist_entry, he); in cpucnt_entry()
1220 struct c2c_hist_entry *c2c_he; in cl_idx_entry()
1224 c2c_he = container_of(he, struct c2c_hist_entry, he); in cl_idx_entry()
1894 struct c2c_hist_entry *c2c_he; in he__display()
1900 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__display()
1931 struct c2c_hist_entry *c2c_he; in valid_hitm_or_store()
1934 c2c_he = container_of(he, struct c2c_hist_entry, he); in valid_hitm_or_store()
1941 static void set_node_width(struct c2c_hist_entry *c2c_he, int len) in set_node_width()
1952 static int set_nodestr(struct c2c_hist_entry *c2c_he) in set_nodestr()
1972 static void calc_width(struct c2c_hist_entry *c2c_he) in calc_width()
1983 struct c2c_hist_entry *c2c_he; in filter_cb()
1985 c2c_he = container_of(he, struct c2c_hist_entry, he); in filter_cb()
2000 struct c2c_hist_entry *c2c_he; in resort_cl_cb()
2004 c2c_he = container_of(he, struct c2c_hist_entry, he); in resort_cl_cb()
2091 struct c2c_hist_entry *c2c_he; in resort_hitm_cb()
2092 c2c_he = container_of(he, struct c2c_hist_entry, he); in resort_hitm_cb()
2235 struct c2c_hist_entry *c2c_he; in print_pareto()
2240 c2c_he = container_of(he, struct c2c_hist_entry, he); in print_pareto()
2354 struct c2c_hist_entry *c2c_he; in perf_c2c__browse_cacheline()
2371 c2c_he = container_of(he, struct c2c_hist_entry, he); in perf_c2c__browse_cacheline()