Lines Matching refs:perf_hpp_fmt

114 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in hpp__fmt()
133 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc()
287 static int hpp__width_fn(struct perf_hpp_fmt *fmt, in hpp__width_fn()
303 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn()
346 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
354 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
362 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
374 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
382 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
390 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
402 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
410 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
441 static int64_t hpp__nop_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in HPP_PERCENT_FNS()
448 static bool perf_hpp__is_hpp_entry(struct perf_hpp_fmt *a) in perf_hpp__is_hpp_entry()
453 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal()
502 struct perf_hpp_fmt perf_hpp__format[] = {
538 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
556 struct perf_hpp_fmt *fmt = &perf_hpp__format[i]; in perf_hpp__init()
596 struct perf_hpp_fmt *format) in perf_hpp_list__column_register()
602 struct perf_hpp_fmt *format) in perf_hpp_list__register_sort_field()
608 struct perf_hpp_fmt *format) in perf_hpp_list__prepend_sort_field()
613 static void perf_hpp__column_unregister(struct perf_hpp_fmt *format) in perf_hpp__column_unregister()
621 struct perf_hpp_fmt *fmt, *acc, *ovh, *tmp; in perf_hpp__cancel_cumulate()
640 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
647 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field()
651 struct perf_hpp_fmt *pos; in perf_hpp__setup_output_field()
670 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys()
674 struct perf_hpp_fmt *pos; in perf_hpp__append_sort_keys()
690 struct perf_hpp_fmt *fmt, *tmp; in perf_hpp__reset_output_field()
712 struct perf_hpp_fmt *fmt; in hists__sort_list_width()
737 struct perf_hpp_fmt *fmt; in hists__overhead_width()
757 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_width()
792 struct perf_hpp_fmt *fmt; in hists__reset_column_width()
807 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width()
823 static int add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt) in add_hierarchy_fmt()
826 struct perf_hpp_fmt *fmt_copy; in add_hierarchy_fmt()
867 struct perf_hpp_fmt *fmt; in perf_hpp__setup_hists_formats()