/linux-6.3-rc2/tools/perf/util/ |
A D | hist.h | 173 struct perf_hpp_fmt; 181 struct perf_hpp_fmt *fmt, int printed); 269 struct perf_hpp_fmt { struct 280 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument 284 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument 286 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument 287 void (*free)(struct perf_hpp_fmt *fmt); argument 322 struct perf_hpp_fmt *format); 324 struct perf_hpp_fmt *format); 326 struct perf_hpp_fmt *format); [all …]
|
A D | block-info.c | 93 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() 314 static int block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_dso_entry() 331 struct perf_hpp_fmt *fmt = &block_fmt->fmt; in init_block_header() [all …]
|
A D | sort.c | 2189 struct perf_hpp_fmt *fmt; 2209 struct perf_hpp_fmt hpp; 2332 static bool __sort__hpp_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in MK_SORT_ENTRY_CHK() 2410 struct perf_hpp_fmt *fmt; in __hpp_dimension__alloc_hpp() 2425 struct perf_hpp_fmt *fmt; in hist_entry__filter() 2490 struct perf_hpp_fmt hpp; 2698 static bool __sort__hde_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in __sort__hde_equal() 2771 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt) in perf_hpp_fmt__dup() 3055 struct perf_hpp_fmt *fmt; in __hpp_dimension__add() 3085 struct perf_hpp_fmt *fmt; in __hpp_dimension__add_output() [all …]
|
A D | block-info.h | 26 struct perf_hpp_fmt fmt; 67 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
|
A D | hist.c | 1261 struct perf_hpp_fmt *fmt; in hist_entry__cmp() 1281 struct perf_hpp_fmt *fmt; in hist_entry__collapse() 1340 struct perf_hpp_fmt *fmt, int printed) in hist_entry__snprintf_alignment() 1372 struct perf_hpp_fmt *fmt; in hist_entry__check_and_remove_filter() 1461 struct perf_hpp_fmt *fmt; in hierarchy_insert_entry() 1689 struct perf_hpp_fmt *fmt; in hist_entry__sort() 1764 struct perf_hpp_fmt *fmt; in hierarchy_insert_output_entry() 1851 struct perf_hpp_fmt *fmt; in __hists__insert_output_entry() 2400 struct perf_hpp_fmt *fmt; in add_dummy_hierarchy_entry() 2472 struct perf_hpp_fmt *fmt; in hists__find_hierarchy_entry() [all …]
|
A D | sort.h | 295 struct perf_hpp_fmt block_fmt;
|
/linux-6.3-rc2/tools/perf/ui/ |
A D | hist.c | 453 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal() 640 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() 647 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field() 651 struct perf_hpp_fmt *pos; in perf_hpp__setup_output_field() 670 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys() 674 struct perf_hpp_fmt *pos; in perf_hpp__append_sort_keys() 712 struct perf_hpp_fmt *fmt; in hists__sort_list_width() 737 struct perf_hpp_fmt *fmt; in hists__overhead_width() 792 struct perf_hpp_fmt *fmt; in hists__reset_column_width() 807 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width() [all …]
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-c2c.c | 427 int64_t (*cmp)(struct perf_hpp_fmt *fmt, 436 struct perf_hpp_fmt fmt; 455 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width() 571 offset_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in offset_cmp() 600 iaddr_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in iaddr_cmp() 1157 pid_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in pid_cmp() 1164 empty_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in empty_cmp() 1882 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free() 1890 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() 1929 static int64_t c2c_se_cmp(struct perf_hpp_fmt *fmt, in c2c_se_cmp() [all …]
|
A D | builtin-diff.c | 66 struct perf_hpp_fmt fmt; 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() 1463 static int hpp__color_delta(struct perf_hpp_fmt *fmt, in hpp__color_delta() 1469 static int hpp__color_ratio(struct perf_hpp_fmt *fmt, in hpp__color_ratio() 1475 static int hpp__color_wdiff(struct perf_hpp_fmt *fmt, in hpp__color_wdiff() 1694 static int hpp__width(struct perf_hpp_fmt *fmt, in hpp__width() 1740 struct perf_hpp_fmt *fmt = &dfmt->fmt; in data__hpp_register() [all …]
|
/linux-6.3-rc2/tools/perf/ui/gtk/ |
A D | hists.c | 49 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.3-rc2/tools/perf/ui/stdio/ |
A D | hist.c | 418 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.3-rc2/tools/perf/ui/browsers/ |
A D | hists.c | 1245 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \ 1260 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \ 1316 struct perf_hpp_fmt *fmt; in hist_browser__show_entry() 1422 struct perf_hpp_fmt *fmt; in hist_browser__show_hierarchy_entry() 1585 struct perf_hpp_fmt *fmt; in hist_browser__show_no_entry() 1661 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers() 1698 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_hierarchy_headers() 2070 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry() 2113 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_hierarchy_entry() 2221 struct perf_hpp_fmt *fmt; in hist_browser__init()
|