/openbmc/linux/tools/perf/util/ |
H A D | hist.h | 176 struct perf_hpp; 184 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, 265 struct perf_hpp { struct 275 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 277 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 280 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 282 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 424 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front); 425 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...); 427 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, [all …]
|
H A D | block-info.c | 164 struct perf_hpp *hpp, in block_column_header() 176 struct perf_hpp *hpp __maybe_unused, in block_column_width() 184 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct() 196 struct perf_hpp *hpp, in block_total_cycles_pct_entry() 240 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_lbr_entry() 253 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_pct_entry() 269 struct perf_hpp *hpp, 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()
|
H A D | sort.c | 2268 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header() 2284 struct perf_hpp *hpp __maybe_unused, in __sort__hpp_width() 2298 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry() 2606 static int __sort__hde_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hde_header() 2623 struct perf_hpp *hpp __maybe_unused, in __sort__hde_width() 2646 static int __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hde_entry()
|
H A D | hist.c | 1366 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, in hist_entry__snprintf_alignment()
|
/openbmc/linux/tools/perf/ui/ |
H A D | hist.c | 26 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() 115 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt() 134 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc() 291 struct perf_hpp *hpp __maybe_unused, in hpp__width_fn() 306 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn() 314 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf() 330 static int hpp_entry_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_entry_scnprintf() 350 struct perf_hpp *hpp, struct hist_entry *he) \ 358 struct perf_hpp *hpp, struct hist_entry *he) \ 378 struct perf_hpp *hpp, struct hist_entry *he) \ [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-c2c.c | 434 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 436 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 461 struct perf_hpp *hpp __maybe_unused, in c2c_width() 477 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header() 524 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry() 538 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_entry() 552 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_count() 562 static int offset_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in offset_entry() 591 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in iaddr_entry() 612 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_hitm_entry() [all …]
|
H A D | builtin-diff.c | 1324 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() 1353 struct perf_hpp *hpp, int width) in cycles_printf() 1397 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() 1466 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() 1472 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() 1478 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() 1484 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles() 1517 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles_hist() 1668 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() 1684 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()
|
/openbmc/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 414 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() 452 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf() 458 struct perf_hpp *hpp, in hist_entry__hierarchy_fprintf() 546 struct perf_hpp hpp = { in hist_entry__block_fprintf() 568 struct perf_hpp hpp = { in hist_entry__individual_block_fprintf() 587 struct perf_hpp hpp = { in hist_entry__fprintf() 633 struct perf_hpp *hpp, FILE *fp) in hists__fprintf_hierarchy_headers() 728 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp, in fprintf_line() 754 struct perf_hpp *hpp, in hists__fprintf_standard_headers() 803 struct perf_hpp dummy_hpp = { in hists__fprintf_headers()
|
/openbmc/linux/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()
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 1208 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf() 1236 struct perf_hpp *hpp, \ 1251 struct perf_hpp *hpp, \ 1330 struct perf_hpp hpp = { in hist_browser__show_entry() 1450 struct perf_hpp hpp = { in hist_browser__show_hierarchy_entry() 1500 struct perf_hpp hpp = { in hist_browser__show_hierarchy_entry() 1636 static int advance_hpp_check(struct perf_hpp *hpp, int inc) in advance_hpp_check() 1647 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() 1684 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_hierarchy_headers() 2056 struct perf_hpp hpp = { in hist_browser__fprintf_entry() [all …]
|