Lines Matching refs:perf_hpp_fmt

110 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in hpp__fmt()
129 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc()
220 static int hpp__width_fn(struct perf_hpp_fmt *fmt, in hpp__width_fn()
236 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn()
279 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
287 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
295 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
307 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
315 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
323 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
335 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
343 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
374 static int64_t hpp__nop_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in HPP_PERCENT_FNS()
381 static bool perf_hpp__is_hpp_entry(struct perf_hpp_fmt *a) in perf_hpp__is_hpp_entry()
386 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal()
435 struct perf_hpp_fmt perf_hpp__format[] = {
477 struct perf_hpp_fmt *fmt = &perf_hpp__format[i]; in perf_hpp__init()
517 struct perf_hpp_fmt *format) in perf_hpp_list__column_register()
523 struct perf_hpp_fmt *format) in perf_hpp_list__register_sort_field()
529 struct perf_hpp_fmt *format) in perf_hpp_list__prepend_sort_field()
534 void perf_hpp__column_unregister(struct perf_hpp_fmt *format) in perf_hpp__column_unregister()
541 struct perf_hpp_fmt *fmt, *acc, *ovh, *tmp; in perf_hpp__cancel_cumulate()
560 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
567 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field()
571 struct perf_hpp_fmt *pos; in perf_hpp__setup_output_field()
590 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys()
594 struct perf_hpp_fmt *pos; in perf_hpp__append_sort_keys()
608 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
623 struct perf_hpp_fmt *fmt, *tmp; in perf_hpp__reset_output_field()
645 struct perf_hpp_fmt *fmt; in hists__sort_list_width()
670 struct perf_hpp_fmt *fmt; in hists__overhead_width()
690 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_width()
725 struct perf_hpp_fmt *fmt; in hists__reset_column_width()
740 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width()
756 static int add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt) in add_hierarchy_fmt()
759 struct perf_hpp_fmt *fmt_copy; in add_hierarchy_fmt()
800 struct perf_hpp_fmt *fmt; in perf_hpp__setup_hists_formats()