Lines Matching refs:perf_hpp_fmt

400 	int64_t (*cmp)(struct perf_hpp_fmt *fmt,
402 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
404 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
409 struct perf_hpp_fmt fmt;
428 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width()
445 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header()
486 dcacheline_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in dcacheline_cmp()
492 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry()
506 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_entry()
520 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_count()
530 static int offset_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in offset_entry()
544 offset_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in offset_cmp()
558 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in iaddr_entry()
572 iaddr_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in iaddr_cmp()
579 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_hitm_entry()
593 tot_hitm_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in tot_hitm_cmp()
612 __f ## _entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, \
625 __f ## _cmp(struct perf_hpp_fmt *fmt __maybe_unused, \
663 ld_llcmiss_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ld_llcmiss_entry()
676 ld_llcmiss_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in ld_llcmiss_cmp()
712 tot_recs_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_recs_entry()
726 tot_recs_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in tot_recs_cmp()
763 tot_loads_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_loads_entry()
777 tot_loads_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in tot_loads_cmp()
797 percent_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_color()
854 percent_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_hitm_entry()
868 percent_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_hitm_color()
875 percent_hitm_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in percent_hitm_cmp()
930 percent_rmt_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in PERCENT_FN()
941 percent_rmt_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_rmt_hitm_color()
948 percent_rmt_hitm_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in percent_rmt_hitm_cmp()
961 percent_lcl_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_lcl_hitm_entry()
972 percent_lcl_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_lcl_hitm_color()
979 percent_lcl_hitm_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in percent_lcl_hitm_cmp()
992 percent_stores_l1hit_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_stores_l1hit_entry()
1003 percent_stores_l1hit_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_stores_l1hit_color()
1010 percent_stores_l1hit_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in percent_stores_l1hit_cmp()
1023 percent_stores_l1miss_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_stores_l1miss_entry()
1034 percent_stores_l1miss_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_stores_l1miss_color()
1041 percent_stores_l1miss_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in percent_stores_l1miss_cmp()
1057 pid_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in STAT_FN()
1066 pid_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in pid_cmp()
1073 empty_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in empty_cmp()
1081 node_entry(struct perf_hpp_fmt *fmt __maybe_unused, struct perf_hpp *hpp, in node_entry()
1179 mean_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in mean_entry()
1191 __func(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) \
1203 cpucnt_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in cpucnt_entry()
1217 cl_idx_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in cl_idx_entry()
1231 cl_idx_empty_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in cl_idx_empty_entry()
1681 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
1689 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
1711 static int c2c_se_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_se_entry()
1728 static int64_t c2c_se_cmp(struct perf_hpp_fmt *fmt, in c2c_se_cmp()
1737 static int64_t c2c_se_collapse(struct perf_hpp_fmt *fmt, in c2c_se_collapse()
1752 struct perf_hpp_fmt *fmt; in get_format()