Lines Matching refs:perf_hpp_fmt

119 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in hpp__fmt()
139 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc()
296 static int hpp__width_fn(struct perf_hpp_fmt *fmt, in hpp__width_fn()
322 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn()
365 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
373 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
381 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
393 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
401 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
409 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
421 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
429 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
441 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
449 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
488 static int64_t hpp__nop_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in HPP_PERCENT_FNS()
495 static bool perf_hpp__is_hpp_entry(struct perf_hpp_fmt *a) in perf_hpp__is_hpp_entry()
500 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal()
549 struct perf_hpp_fmt perf_hpp__format[] = {
591 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
609 struct perf_hpp_fmt *fmt = &perf_hpp__format[i]; in perf_hpp__init()
649 struct perf_hpp_fmt *format) in perf_hpp_list__column_register()
655 struct perf_hpp_fmt *format) in perf_hpp_list__register_sort_field()
661 struct perf_hpp_fmt *format) in perf_hpp_list__prepend_sort_field()
666 static void perf_hpp__column_unregister(struct perf_hpp_fmt *format) in perf_hpp__column_unregister()
674 struct perf_hpp_fmt *fmt, *acc, *ovh, *tmp; in perf_hpp__cancel_cumulate()
693 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
700 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field()
704 struct perf_hpp_fmt *pos; in perf_hpp__setup_output_field()
723 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys()
727 struct perf_hpp_fmt *pos; in perf_hpp__append_sort_keys()
743 struct perf_hpp_fmt *fmt, *tmp; in perf_hpp__reset_output_field()
765 struct perf_hpp_fmt *fmt; in hists__sort_list_width()
790 struct perf_hpp_fmt *fmt; in hists__overhead_width()
810 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_width()
851 struct perf_hpp_fmt *fmt; in hists__reset_column_width()
866 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width()
882 static int add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt) in add_hierarchy_fmt()
885 struct perf_hpp_fmt *fmt_copy; in add_hierarchy_fmt()
926 struct perf_hpp_fmt *fmt; in perf_hpp__setup_hists_formats()