Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dhist.h162 struct perf_hpp_fmt;
170 struct perf_hpp_fmt *fmt, int printed);
256 struct perf_hpp_fmt { struct
258 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
260 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
262 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
264 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
266 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
268 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument
270 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
[all …]
Dsort.c1720 struct perf_hpp_fmt *fmt;
1740 struct perf_hpp_fmt hpp;
1744 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
1755 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header()
1770 static int __sort__hpp_width(struct perf_hpp_fmt *fmt, in __sort__hpp_width()
1785 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry()
1799 static int64_t __sort__hpp_cmp(struct perf_hpp_fmt *fmt, in __sort__hpp_cmp()
1808 static int64_t __sort__hpp_collapse(struct perf_hpp_fmt *fmt, in __sort__hpp_collapse()
1819 static int64_t __sort__hpp_sort(struct perf_hpp_fmt *fmt, in __sort__hpp_sort()
1830 bool perf_hpp__is_sort_entry(struct perf_hpp_fmt *format) in perf_hpp__is_sort_entry()
[all …]
Dhist.c1203 struct perf_hpp_fmt *fmt; in hist_entry__cmp()
1223 struct perf_hpp_fmt *fmt; in hist_entry__collapse()
1282 struct perf_hpp_fmt *fmt, int printed) in hist_entry__snprintf_alignment()
1303 typedef bool (*fmt_chk_fn)(struct perf_hpp_fmt *fmt);
1305 static bool check_thread_entry(struct perf_hpp_fmt *fmt) in check_thread_entry()
1314 struct perf_hpp_fmt *fmt; in hist_entry__check_and_remove_filter()
1403 struct perf_hpp_fmt *fmt; in hierarchy_insert_entry()
1631 struct perf_hpp_fmt *fmt; in hist_entry__sort()
1706 struct perf_hpp_fmt *fmt; in hierarchy_insert_output_entry()
1793 struct perf_hpp_fmt *fmt; in __hists__insert_output_entry()
[all …]
Dsort.h271 struct perf_hpp_fmt block_fmt;
/Linux-v5.4/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()
224 static int hpp__width_fn(struct perf_hpp_fmt *fmt, in hpp__width_fn()
240 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn()
283 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
291 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
299 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
311 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
319 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
327 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
[all …]
/Linux-v5.4/tools/perf/
Dbuiltin-c2c.c400 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
402 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
404 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
409 struct perf_hpp_fmt fmt;
428 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width()
445 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header()
486 dcacheline_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in dcacheline_cmp()
492 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry()
506 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_entry()
520 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_count()
[all …]
Dbuiltin-diff.c61 struct perf_hpp_fmt fmt;
480 static struct data__file *fmt_to_data_file(struct perf_hpp_fmt *fmt) in fmt_to_data_file()
533 static int64_t block_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in block_cmp()
583 static int64_t block_sort(struct perf_hpp_fmt *fmt __maybe_unused, in block_sort()
901 hist_entry__cmp_nop(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_nop()
909 hist_entry__cmp_baseline(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_baseline()
918 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
927 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta_abs()
936 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
945 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
[all …]
/Linux-v5.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-v5.4/tools/perf/ui/stdio/
Dhist.c417 struct perf_hpp_fmt *fmt; in __hist_entry__snprintf()
462 struct perf_hpp_fmt *fmt; in hist_entry__hierarchy_fprintf()
617 struct perf_hpp_fmt *fmt; in hists__fprintf_hierarchy_headers()
708 struct perf_hpp_fmt *fmt; in fprintf_line()
735 struct perf_hpp_fmt *fmt; in hists__fprintf_standard_headers()
/Linux-v5.4/tools/perf/ui/browsers/
Dhists.c1184 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1199 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1255 struct perf_hpp_fmt *fmt; in hist_browser__show_entry()
1361 struct perf_hpp_fmt *fmt; in hist_browser__show_hierarchy_entry()
1524 struct perf_hpp_fmt *fmt; in hist_browser__show_no_entry()
1600 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers()
1637 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_hierarchy_headers()
2005 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry()
2048 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_hierarchy_entry()
2156 struct perf_hpp_fmt *fmt; in hist_browser__init()