Lines Matching refs:perf_hpp_fmt

115 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in hpp__fmt()
134 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc()
290 static int hpp__width_fn(struct perf_hpp_fmt *fmt, in hpp__width_fn()
306 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn()
349 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
357 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
365 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
377 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
385 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
393 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
405 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
413 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
444 static int64_t hpp__nop_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in HPP_PERCENT_FNS()
451 static bool perf_hpp__is_hpp_entry(struct perf_hpp_fmt *a) in perf_hpp__is_hpp_entry()
456 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal()
505 struct perf_hpp_fmt perf_hpp__format[] = {
541 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
559 struct perf_hpp_fmt *fmt = &perf_hpp__format[i]; in perf_hpp__init()
599 struct perf_hpp_fmt *format) in perf_hpp_list__column_register()
605 struct perf_hpp_fmt *format) in perf_hpp_list__register_sort_field()
611 struct perf_hpp_fmt *format) in perf_hpp_list__prepend_sort_field()
616 static void perf_hpp__column_unregister(struct perf_hpp_fmt *format) in perf_hpp__column_unregister()
624 struct perf_hpp_fmt *fmt, *acc, *ovh, *tmp; in perf_hpp__cancel_cumulate()
643 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
650 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field()
654 struct perf_hpp_fmt *pos; in perf_hpp__setup_output_field()
673 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys()
677 struct perf_hpp_fmt *pos; in perf_hpp__append_sort_keys()
693 struct perf_hpp_fmt *fmt, *tmp; in perf_hpp__reset_output_field()
715 struct perf_hpp_fmt *fmt; in hists__sort_list_width()
740 struct perf_hpp_fmt *fmt; in hists__overhead_width()
760 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_width()
795 struct perf_hpp_fmt *fmt; in hists__reset_column_width()
810 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width()
826 static int add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt) in add_hierarchy_fmt()
829 struct perf_hpp_fmt *fmt_copy; in add_hierarchy_fmt()
870 struct perf_hpp_fmt *fmt; in perf_hpp__setup_hists_formats()