Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dhist.h163 struct perf_hpp_fmt;
171 struct perf_hpp_fmt *fmt, int printed);
257 struct perf_hpp_fmt { struct
259 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
261 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
263 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
265 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
267 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
269 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument
271 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
[all …]
Dblock-info.c93 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused, in block_info__cmp()
163 static int block_column_header(struct perf_hpp_fmt *fmt, in block_column_header()
175 static int block_column_width(struct perf_hpp_fmt *fmt, in block_column_width()
195 static int block_total_cycles_pct_entry(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_entry()
209 static int64_t block_total_cycles_pct_sort(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_sort()
239 static int block_cycles_lbr_entry(struct perf_hpp_fmt *fmt, in block_cycles_lbr_entry()
252 static int block_cycles_pct_entry(struct perf_hpp_fmt *fmt, in block_cycles_pct_entry()
268 static int block_avg_cycles_entry(struct perf_hpp_fmt *fmt, in block_avg_cycles_entry()
283 static int block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_range_entry()
314 static int block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_dso_entry()
[all …]
Dsort.c1749 struct perf_hpp_fmt *fmt;
1769 struct perf_hpp_fmt hpp;
1773 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
1784 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header()
1799 static int __sort__hpp_width(struct perf_hpp_fmt *fmt, in __sort__hpp_width()
1814 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry()
1828 static int64_t __sort__hpp_cmp(struct perf_hpp_fmt *fmt, in __sort__hpp_cmp()
1837 static int64_t __sort__hpp_collapse(struct perf_hpp_fmt *fmt, in __sort__hpp_collapse()
1848 static int64_t __sort__hpp_sort(struct perf_hpp_fmt *fmt, in __sort__hpp_sort()
1859 bool perf_hpp__is_sort_entry(struct perf_hpp_fmt *format) in perf_hpp__is_sort_entry()
[all …]
Dblock-info.h26 struct perf_hpp_fmt fmt;
67 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
Dhist.c1250 struct perf_hpp_fmt *fmt; in hist_entry__cmp()
1270 struct perf_hpp_fmt *fmt; in hist_entry__collapse()
1329 struct perf_hpp_fmt *fmt, int printed) in hist_entry__snprintf_alignment()
1350 typedef bool (*fmt_chk_fn)(struct perf_hpp_fmt *fmt);
1352 static bool check_thread_entry(struct perf_hpp_fmt *fmt) in check_thread_entry()
1361 struct perf_hpp_fmt *fmt; in hist_entry__check_and_remove_filter()
1450 struct perf_hpp_fmt *fmt; in hierarchy_insert_entry()
1678 struct perf_hpp_fmt *fmt; in hist_entry__sort()
1753 struct perf_hpp_fmt *fmt; in hierarchy_insert_output_entry()
1840 struct perf_hpp_fmt *fmt; in __hists__insert_output_entry()
[all …]
Dsort.h279 struct perf_hpp_fmt block_fmt;
/Linux-v5.10/tools/perf/ui/
Dhist.c114 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, \
[all …]
/Linux-v5.10/tools/perf/
Dbuiltin-c2c.c404 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
406 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
408 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
413 struct perf_hpp_fmt fmt;
432 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width()
449 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header()
490 dcacheline_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in dcacheline_cmp()
496 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry()
510 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_entry()
524 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_count()
[all …]
Dbuiltin-diff.c66 struct perf_hpp_fmt fmt;
508 static struct data__file *fmt_to_data_file(struct perf_hpp_fmt *fmt) in fmt_to_data_file()
576 static int64_t block_sort(struct perf_hpp_fmt *fmt __maybe_unused, in block_sort()
859 hist_entry__cmp_nop(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_nop()
867 hist_entry__cmp_baseline(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_baseline()
876 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
885 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta_abs()
894 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
903 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
912 hist_entry__cmp_delta_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_delta_idx()
[all …]
/Linux-v5.10/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-v5.10/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-v5.10/tools/perf/ui/browsers/
Dhists.c1244 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1259 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1315 struct perf_hpp_fmt *fmt; in hist_browser__show_entry()
1421 struct perf_hpp_fmt *fmt; in hist_browser__show_hierarchy_entry()
1584 struct perf_hpp_fmt *fmt; in hist_browser__show_no_entry()
1660 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers()
1697 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_hierarchy_headers()
2069 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry()
2112 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_hierarchy_entry()
2220 struct perf_hpp_fmt *fmt; in hist_browser__init()