| /linux-6.15/tools/perf/util/ |
| H A D | hist.h | 356 struct perf_hpp; 462 struct perf_hpp { struct 475 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 477 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 480 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 482 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 635 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front); 638 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 642 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 647 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp() [all …]
|
| H A D | block-info.c | 179 struct perf_hpp *hpp, in block_column_header() 191 struct perf_hpp *hpp __maybe_unused, in block_column_width() 199 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct() 211 struct perf_hpp *hpp, in block_total_cycles_pct_entry() 255 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_lbr_entry() 268 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_pct_entry() 284 struct perf_hpp *hpp, 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() 358 struct perf_hpp *hpp, in block_branch_counter_entry()
|
| H A D | sort.c | 2643 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header() 2659 struct perf_hpp *hpp __maybe_unused, in __sort__hpp_width() 2673 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry() 2982 static int __sort__hde_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hde_header() 2999 struct perf_hpp *hpp __maybe_unused, in __sort__hde_width() 3022 static int __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hde_entry()
|
| H A D | hist.c | 1436 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, in hist_entry__snprintf_alignment()
|
| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 56 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() 120 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt() 298 struct perf_hpp *hpp __maybe_unused, in hpp__width_fn() 367 struct perf_hpp *hpp, struct hist_entry *he) \ 375 struct perf_hpp *hpp, struct hist_entry *he) \ 395 struct perf_hpp *hpp, struct hist_entry *he) \ 403 struct perf_hpp *hpp, struct hist_entry *he) \ 423 struct perf_hpp *hpp, struct hist_entry *he) \ 443 struct perf_hpp *hpp, struct hist_entry *he) \ 812 struct perf_hpp dummy_hpp; in hists__sort_list_width() [all …]
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-c2c.c | 417 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 419 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 444 struct perf_hpp *hpp __maybe_unused, in c2c_width() 574 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in iaddr_entry() 595 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_hitm_entry() 775 percent_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_color() 1136 pid_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in STAT_FN() 1269 mean_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in mean_entry() 1295 cpucnt_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in cpucnt_entry() 1309 cl_idx_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in cl_idx_entry() [all …]
|
| H A D | builtin-diff.c | 1311 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() 1340 struct perf_hpp *hpp, int width) in cycles_printf() 1384 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() 1453 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() 1459 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() 1465 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() 1471 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles() 1504 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles_hist() 1655 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() 1671 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header() [all …]
|
| H A D | builtin-kvm.c | 94 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 114 struct perf_hpp *hpp __maybe_unused, 117 static int ev_name_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_name_entry() 158 struct perf_hpp *hpp, \ 208 static int ev_entry_mean(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_entry_mean() 257 struct perf_hpp *hpp, in EV_METRIC_PERCENT() 290 struct perf_hpp *hpp, in ev_entry_count_precent() 335 struct perf_hpp *hpp __maybe_unused, in fmt_width() 344 static int fmt_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in fmt_header()
|
| /linux-6.15/tools/perf/ui/stdio/ |
| H A D | hist.c | 418 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() 456 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf() 462 struct perf_hpp *hpp, in hist_entry__hierarchy_fprintf() 550 struct perf_hpp hpp = { in hist_entry__block_fprintf() 572 struct perf_hpp hpp = { in hist_entry__individual_block_fprintf() 591 struct perf_hpp hpp = { in hist_entry__fprintf() 637 struct perf_hpp *hpp, FILE *fp) in hists__fprintf_hierarchy_headers() 732 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp, in fprintf_line() 758 struct perf_hpp *hpp, in hists__fprintf_standard_headers() 807 struct perf_hpp dummy_hpp = { in hists__fprintf_headers()
|
| /linux-6.15/tools/perf/ui/gtk/ |
| H A D | hists.c | 16 static int __percent_color_snprintf(struct perf_hpp *hpp, const char *fmt, ...) in __percent_color_snprintf() 50 struct perf_hpp *hpp, \ 64 struct perf_hpp *hpp, \ 307 struct perf_hpp hpp = { in perf_gtk__show_hists() 409 struct perf_hpp *hpp, in perf_gtk__add_hierarchy_entries() 511 struct perf_hpp hpp = { in perf_gtk__show_hierarchy()
|
| /linux-6.15/tools/perf/ui/browsers/ |
| H A D | hists.c | 1209 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf() 1237 struct perf_hpp *hpp, \ 1252 struct perf_hpp *hpp, \ 1338 struct perf_hpp hpp = { in hist_browser__show_entry() 1458 struct perf_hpp hpp = { in hist_browser__show_hierarchy_entry() 1508 struct perf_hpp hpp = { in hist_browser__show_hierarchy_entry() 1644 static int advance_hpp_check(struct perf_hpp *hpp, int inc) in advance_hpp_check() 1655 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() 1692 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_hierarchy_headers() 2064 struct perf_hpp hpp = { in hist_browser__fprintf_entry() [all …]
|