Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dhist.h151 struct perf_hpp_fmt;
159 struct perf_hpp_fmt *fmt, int printed);
241 struct perf_hpp_fmt { struct
243 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
245 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
247 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
249 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
251 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
253 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument
255 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
[all …]
Dsort.c1616 struct perf_hpp_fmt *fmt;
1636 struct perf_hpp_fmt hpp;
1640 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
1651 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header()
1666 static int __sort__hpp_width(struct perf_hpp_fmt *fmt, in __sort__hpp_width()
1681 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry()
1695 static int64_t __sort__hpp_cmp(struct perf_hpp_fmt *fmt, in __sort__hpp_cmp()
1704 static int64_t __sort__hpp_collapse(struct perf_hpp_fmt *fmt, in __sort__hpp_collapse()
1715 static int64_t __sort__hpp_sort(struct perf_hpp_fmt *fmt, in __sort__hpp_sort()
1726 bool perf_hpp__is_sort_entry(struct perf_hpp_fmt *format) in perf_hpp__is_sort_entry()
[all …]
Dhist.c1094 struct perf_hpp_fmt *fmt; in hist_entry__cmp()
1114 struct perf_hpp_fmt *fmt; in hist_entry__collapse()
1169 struct perf_hpp_fmt *fmt, int printed) in hist_entry__snprintf_alignment()
1190 typedef bool (*fmt_chk_fn)(struct perf_hpp_fmt *fmt);
1192 static bool check_thread_entry(struct perf_hpp_fmt *fmt) in check_thread_entry()
1201 struct perf_hpp_fmt *fmt; in hist_entry__check_and_remove_filter()
1290 struct perf_hpp_fmt *fmt; in hierarchy_insert_entry()
1512 struct perf_hpp_fmt *fmt; in hist_entry__sort()
1587 struct perf_hpp_fmt *fmt; in hierarchy_insert_output_entry()
1671 struct perf_hpp_fmt *fmt; in __hists__insert_output_entry()
[all …]
/Linux-v4.19/tools/perf/ui/
Dhist.c110 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, \
[all …]
/Linux-v4.19/tools/perf/
Dbuiltin-c2c.c391 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
393 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
395 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
400 struct perf_hpp_fmt fmt;
419 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width()
436 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header()
477 dcacheline_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in dcacheline_cmp()
483 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry()
497 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_entry()
511 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_count()
[all …]
Dbuiltin-diff.c43 struct perf_hpp_fmt fmt;
399 static struct data__file *fmt_to_data_file(struct perf_hpp_fmt *fmt) in fmt_to_data_file()
606 hist_entry__cmp_nop(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_nop()
614 hist_entry__cmp_baseline(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_baseline()
623 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
632 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta_abs()
641 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
650 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
659 hist_entry__cmp_delta_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_delta_idx()
667 hist_entry__cmp_delta_abs_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_delta_abs_idx()
[all …]
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c47 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
61 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
294 struct perf_hpp_fmt *fmt; in perf_gtk__show_hists()
413 struct perf_hpp_fmt *fmt; in perf_gtk__add_hierarchy_entries()
498 struct perf_hpp_fmt *fmt; in perf_gtk__show_hierarchy()
/Linux-v4.19/tools/perf/ui/stdio/
Dhist.c410 struct perf_hpp_fmt *fmt; in __hist_entry__snprintf()
455 struct perf_hpp_fmt *fmt; in hist_entry__hierarchy_fprintf()
579 struct perf_hpp_fmt *fmt; in hists__fprintf_hierarchy_headers()
670 struct perf_hpp_fmt *fmt; in fprintf_line()
697 struct perf_hpp_fmt *fmt; in hists__fprintf_standard_headers()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c1168 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1183 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1237 struct perf_hpp_fmt *fmt; in hist_browser__show_entry()
1343 struct perf_hpp_fmt *fmt; in hist_browser__show_hierarchy_entry()
1506 struct perf_hpp_fmt *fmt; in hist_browser__show_no_entry()
1582 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers()
1619 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_hierarchy_headers()
1987 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry()
2030 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_hierarchy_entry()
2137 struct perf_hpp_fmt *fmt; in hist_browser__init()