Home
last modified time | relevance | path

Searched refs:perf_hpp_fmt (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dhist.h357 struct perf_hpp_fmt;
363 struct perf_hpp_fmt *fmt, int printed);
473 struct perf_hpp_fmt { struct
487 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument
488 void (*free)(struct perf_hpp_fmt *fmt); argument
523 struct perf_hpp_fmt *format);
525 struct perf_hpp_fmt *format);
527 struct perf_hpp_fmt *format);
562 extern struct perf_hpp_fmt perf_hpp__format[];
605 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt);
[all …]
H A Dblock-info.c97 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused, in block_info__cmp()
178 static int block_column_header(struct perf_hpp_fmt *fmt, in block_column_header()
190 static int block_column_width(struct perf_hpp_fmt *fmt, in block_column_width()
210 static int block_total_cycles_pct_entry(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_entry()
224 static int64_t block_total_cycles_pct_sort(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_sort()
254 static int block_cycles_lbr_entry(struct perf_hpp_fmt *fmt, in block_cycles_lbr_entry()
267 static int block_cycles_pct_entry(struct perf_hpp_fmt *fmt, in block_cycles_pct_entry()
283 static int block_avg_cycles_entry(struct perf_hpp_fmt *fmt, in block_avg_cycles_entry()
346 struct perf_hpp_fmt *fmt = &block_fmt->fmt; in init_block_header()
357 static int block_branch_counter_entry(struct perf_hpp_fmt *fmt, in block_branch_counter_entry()
[all …]
H A Dblock-info.h27 struct perf_hpp_fmt fmt;
57 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
H A Dsort.c2598 struct perf_hpp_fmt *fmt;
2628 struct perf_hpp_fmt hpp;
2752 static bool __sort__hpp_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in MK_SORT_ENTRY_CHK()
2830 struct perf_hpp_fmt *fmt; in __hpp_dimension__alloc_hpp()
2845 struct perf_hpp_fmt *fmt; in hist_entry__filter()
2910 struct perf_hpp_fmt hpp;
3118 static bool __sort__hde_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in __sort__hde_equal()
3191 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt) in perf_hpp_fmt__dup()
3482 struct perf_hpp_fmt *fmt; in __hpp_dimension__add()
3513 struct perf_hpp_fmt *fmt; in __hpp_dimension__add_output()
[all …]
H A Dhist.c1324 struct perf_hpp_fmt *fmt; in hist_entry__cmp_impl()
1358 offsetof(struct perf_hpp_fmt, cmp), true, false); in hist_entry__cmp()
1365 offsetof(struct perf_hpp_fmt, sort), false, true); in hist_entry__sort()
1372 offsetof(struct perf_hpp_fmt, collapse), true, false); in hist_entry__collapse()
1437 struct perf_hpp_fmt *fmt, int printed) in hist_entry__snprintf_alignment()
1458 typedef bool (*fmt_chk_fn)(struct perf_hpp_fmt *fmt);
1469 struct perf_hpp_fmt *fmt; in hist_entry__check_and_remove_filter()
1565 struct perf_hpp_fmt *fmt; in hierarchy_insert_entry()
1862 struct perf_hpp_fmt *fmt; in hierarchy_insert_output_entry()
1949 struct perf_hpp_fmt *fmt; in __hists__insert_output_entry()
[all …]
/linux-6.15/tools/perf/ui/
H A Dhist.c503 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal()
609 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
744 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field()
748 struct perf_hpp_fmt *pos; in perf_hpp__setup_output_field()
767 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys()
771 struct perf_hpp_fmt *pos; in perf_hpp__append_sort_keys()
809 struct perf_hpp_fmt *fmt; in hists__sort_list_width()
834 struct perf_hpp_fmt *fmt; in hists__overhead_width()
896 struct perf_hpp_fmt *fmt; in hists__reset_column_width()
911 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width()
[all …]
/linux-6.15/tools/perf/
H A Dbuiltin-c2c.c415 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
424 struct perf_hpp_fmt fmt;
443 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width()
559 offset_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in offset_cmp()
588 iaddr_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in iaddr_cmp()
1145 pid_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in pid_cmp()
1152 empty_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in empty_cmp()
1870 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
1878 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
1917 static int64_t c2c_se_cmp(struct perf_hpp_fmt *fmt, in c2c_se_cmp()
[all …]
H A Dbuiltin-diff.c67 struct perf_hpp_fmt fmt;
865 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
874 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta_abs()
883 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
892 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
1452 static int hpp__color_delta(struct perf_hpp_fmt *fmt, in hpp__color_delta()
1458 static int hpp__color_ratio(struct perf_hpp_fmt *fmt, in hpp__color_ratio()
1464 static int hpp__color_wdiff(struct perf_hpp_fmt *fmt, in hpp__color_wdiff()
1683 static int hpp__width(struct perf_hpp_fmt *fmt, in hpp__width()
1729 struct perf_hpp_fmt *fmt = &dfmt->fmt; in data__hpp_register()
[all …]
H A Dbuiltin-kvm.c94 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
99 struct perf_hpp_fmt fmt;
113 static int fmt_width(struct perf_hpp_fmt *fmt,
157 static int ev_entry_##metric(struct perf_hpp_fmt *fmt, \
256 static int ev_entry_time_precent(struct perf_hpp_fmt *fmt, in EV_METRIC_PERCENT()
269 ev_cmp_time_precent(struct perf_hpp_fmt *fmt __maybe_unused, in ev_cmp_time_precent()
289 static int ev_entry_count_precent(struct perf_hpp_fmt *fmt, in ev_entry_count_precent()
334 static int fmt_width(struct perf_hpp_fmt *fmt, in fmt_width()
358 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
366 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
[all …]
/linux-6.15/tools/perf/ui/gtk/
H A Dhists.c49 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
63 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
296 struct perf_hpp_fmt *fmt; in perf_gtk__show_hists()
415 struct perf_hpp_fmt *fmt; in perf_gtk__add_hierarchy_entries()
500 struct perf_hpp_fmt *fmt; in perf_gtk__show_hierarchy()
/linux-6.15/tools/perf/ui/stdio/
H A Dhist.c422 struct perf_hpp_fmt *fmt; in __hist_entry__snprintf()
467 struct perf_hpp_fmt *fmt; in hist_entry__hierarchy_fprintf()
644 struct perf_hpp_fmt *fmt; in hists__fprintf_hierarchy_headers()
735 struct perf_hpp_fmt *fmt; in fprintf_line()
762 struct perf_hpp_fmt *fmt; in hists__fprintf_standard_headers()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c1236 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1251 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1314 struct perf_hpp_fmt *fmt; in hist_browser__show_entry()
1420 struct perf_hpp_fmt *fmt; in hist_browser__show_hierarchy_entry()
1583 struct perf_hpp_fmt *fmt; in hist_browser__show_no_entry()
1659 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers()
1696 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_hierarchy_headers()
2068 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry()
2111 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_hierarchy_entry()
2219 struct perf_hpp_fmt *fmt; in hist_browser__init()