Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dhist.h343 struct perf_hpp_fmt;
349 struct perf_hpp_fmt *fmt, int printed);
454 struct perf_hpp_fmt *, struct hist_entry *, struct hist_entry *);
456 struct perf_hpp_fmt { struct
458 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
460 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
462 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he); argument
463 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
465 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
470 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument
[all …]
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()
298 static int block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_range_entry()
329 static int block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_dso_entry()
[all …]
Dblock-info.h27 struct perf_hpp_fmt fmt;
57 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
Dsort.c2590 struct perf_hpp_fmt *fmt;
2617 struct perf_hpp_fmt hpp;
2621 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
2632 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header()
2647 static int __sort__hpp_width(struct perf_hpp_fmt *fmt, in __sort__hpp_width()
2662 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry()
2676 static int64_t __sort__hpp_cmp(struct perf_hpp_fmt *fmt, in __sort__hpp_cmp()
2685 static int64_t __sort__hpp_collapse(struct perf_hpp_fmt *fmt, in __sort__hpp_collapse()
2696 static int64_t __sort__hpp_sort(struct perf_hpp_fmt *fmt, in __sort__hpp_sort()
2707 bool perf_hpp__is_sort_entry(struct perf_hpp_fmt *format) in perf_hpp__is_sort_entry()
[all …]
Dhist.c1304 struct perf_hpp_fmt *fmt; in hist_entry__cmp_impl()
1338 offsetof(struct perf_hpp_fmt, cmp), true, false); in hist_entry__cmp()
1345 offsetof(struct perf_hpp_fmt, sort), false, true); in hist_entry__sort()
1352 offsetof(struct perf_hpp_fmt, collapse), true, false); in hist_entry__collapse()
1361 offsetof(struct perf_hpp_fmt, collapse), false, false); in hist_entry__collapse_hierarchy()
1407 struct perf_hpp_fmt *fmt, int printed) in hist_entry__snprintf_alignment()
1428 typedef bool (*fmt_chk_fn)(struct perf_hpp_fmt *fmt);
1430 static bool check_thread_entry(struct perf_hpp_fmt *fmt) in check_thread_entry()
1439 struct perf_hpp_fmt *fmt; in hist_entry__check_and_remove_filter()
1528 struct perf_hpp_fmt *fmt; in hierarchy_insert_entry()
[all …]
/linux-6.14.4/tools/perf/ui/
Dhist.c119 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, \
[all …]
/linux-6.14.4/tools/perf/
Dbuiltin-c2c.c415 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
417 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
419 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
424 struct perf_hpp_fmt fmt;
443 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width()
460 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header()
501 dcacheline_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in dcacheline_cmp()
507 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry()
521 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_entry()
535 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_count()
[all …]
Dbuiltin-diff.c67 struct perf_hpp_fmt fmt;
497 static struct data__file *fmt_to_data_file(struct perf_hpp_fmt *fmt) in fmt_to_data_file()
565 static int64_t block_sort(struct perf_hpp_fmt *fmt __maybe_unused, in block_sort()
848 hist_entry__cmp_nop(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_nop()
856 hist_entry__cmp_baseline(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_baseline()
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()
901 hist_entry__cmp_delta_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_delta_idx()
[all …]
Dbuiltin-kvm.c92 int64_t (*cmp)(struct perf_hpp_fmt *fmt, struct hist_entry *left,
94 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
99 struct perf_hpp_fmt fmt;
105 static int64_t ev_name_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in ev_name_cmp()
113 static int fmt_width(struct perf_hpp_fmt *fmt,
117 static int ev_name_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_name_entry()
134 static int64_t ev_cmp_##metric(struct perf_hpp_fmt *fmt __maybe_unused, \
157 static int ev_entry_##metric(struct perf_hpp_fmt *fmt, \
208 static int ev_entry_mean(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_entry_mean()
256 static int ev_entry_time_precent(struct perf_hpp_fmt *fmt, in EV_METRIC_PERCENT()
[all …]
/linux-6.14.4/tools/perf/ui/gtk/
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.14.4/tools/perf/ui/stdio/
Dhist.c418 struct perf_hpp_fmt *fmt; in __hist_entry__snprintf()
463 struct perf_hpp_fmt *fmt; in hist_entry__hierarchy_fprintf()
640 struct perf_hpp_fmt *fmt; in hists__fprintf_hierarchy_headers()
731 struct perf_hpp_fmt *fmt; in fprintf_line()
758 struct perf_hpp_fmt *fmt; in hists__fprintf_standard_headers()
/linux-6.14.4/tools/perf/ui/browsers/
Dhists.c1236 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1251 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1307 struct perf_hpp_fmt *fmt; in hist_browser__show_entry()
1413 struct perf_hpp_fmt *fmt; in hist_browser__show_hierarchy_entry()
1576 struct perf_hpp_fmt *fmt; in hist_browser__show_no_entry()
1652 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers()
1689 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_hierarchy_headers()
2061 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry()
2104 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_hierarchy_entry()
2212 struct perf_hpp_fmt *fmt; in hist_browser__init()