Lines Matching refs:perf_hpp_fmt
66 struct perf_hpp_fmt fmt;
508 static struct data__file *fmt_to_data_file(struct perf_hpp_fmt *fmt) in fmt_to_data_file()
576 static int64_t block_sort(struct perf_hpp_fmt *fmt __maybe_unused, in block_sort()
859 hist_entry__cmp_nop(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_nop()
867 hist_entry__cmp_baseline(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_baseline()
876 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
885 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta_abs()
894 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
903 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
912 hist_entry__cmp_delta_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_delta_idx()
920 hist_entry__cmp_delta_abs_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_delta_abs_idx()
928 hist_entry__cmp_ratio_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_ratio_idx()
936 hist_entry__cmp_wdiff_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_wdiff_idx()
1321 static int hpp__color_baseline(struct perf_hpp_fmt *fmt, in hpp__color_baseline()
1394 static int __hpp__color_compare(struct perf_hpp_fmt *fmt, in __hpp__color_compare()
1463 static int hpp__color_delta(struct perf_hpp_fmt *fmt, in hpp__color_delta()
1469 static int hpp__color_ratio(struct perf_hpp_fmt *fmt, in hpp__color_ratio()
1475 static int hpp__color_wdiff(struct perf_hpp_fmt *fmt, in hpp__color_wdiff()
1481 static int hpp__color_cycles(struct perf_hpp_fmt *fmt, in hpp__color_cycles()
1514 static int hpp__color_cycles_hist(struct perf_hpp_fmt *fmt, in hpp__color_cycles_hist()
1666 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global()
1682 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header()
1694 static int hpp__width(struct perf_hpp_fmt *fmt, in hpp__width()
1740 struct perf_hpp_fmt *fmt = &dfmt->fmt; in data__hpp_register()
1793 struct perf_hpp_fmt *fmt; in ui_init()