Lines Matching refs:perf_hpp_fmt
92 int64_t (*cmp)(struct perf_hpp_fmt *fmt, struct hist_entry *left,
94 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
99 struct perf_hpp_fmt fmt;
105 static int64_t ev_name_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in ev_name_cmp()
113 static int fmt_width(struct perf_hpp_fmt *fmt,
117 static int ev_name_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_name_entry()
134 static int64_t ev_cmp_##metric(struct perf_hpp_fmt *fmt __maybe_unused, \
157 static int ev_entry_##metric(struct perf_hpp_fmt *fmt, \
208 static int ev_entry_mean(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_entry_mean()
256 static int ev_entry_time_precent(struct perf_hpp_fmt *fmt, in EV_METRIC_PERCENT()
269 ev_cmp_time_precent(struct perf_hpp_fmt *fmt __maybe_unused, in ev_cmp_time_precent()
289 static int ev_entry_count_precent(struct perf_hpp_fmt *fmt, in ev_entry_count_precent()
302 ev_cmp_count_precent(struct perf_hpp_fmt *fmt __maybe_unused, in ev_cmp_count_precent()
334 static int fmt_width(struct perf_hpp_fmt *fmt, in fmt_width()
344 static int fmt_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in fmt_header()
358 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
366 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
390 struct perf_hpp_fmt *fmt; in get_format()