Searched refs:perf_hpp (Results 1 – 8 of 8) sorted by relevance
| /tools/perf/util/ |
| D | hist.h | 144 struct perf_hpp; 152 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, 223 struct perf_hpp { struct 232 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 234 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 236 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 238 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 381 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front); 382 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...); 384 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, [all …]
|
| D | sort.c | 1499 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header() 1515 struct perf_hpp *hpp __maybe_unused, in __sort__hpp_width() 1529 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry() 1805 static int __sort__hde_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hde_header() 1822 struct perf_hpp *hpp __maybe_unused, in __sort__hde_width() 1845 static int __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hde_entry()
|
| D | hist.c | 1149 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, in hist_entry__snprintf_alignment()
|
| /tools/perf/ui/ |
| D | hist.c | 19 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() 108 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt() 127 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc() 217 struct perf_hpp *hpp __maybe_unused, in hpp__width_fn() 232 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn() 240 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf() 256 static int hpp_entry_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_entry_scnprintf() 276 struct perf_hpp *hpp, struct hist_entry *he) \ 284 struct perf_hpp *hpp, struct hist_entry *he) \ 304 struct perf_hpp *hpp, struct hist_entry *he) \ [all …]
|
| /tools/perf/ui/stdio/ |
| D | hist.c | 376 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() 414 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf() 420 struct perf_hpp *hpp, in hist_entry__hierarchy_fprintf() 505 struct perf_hpp hpp = { in hist_entry__fprintf() 538 struct perf_hpp *hpp, FILE *fp) in hists__fprintf_hierarchy_headers() 633 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp, in fprintf_line() 659 struct perf_hpp *hpp, in hists__fprintf_standard_headers() 708 struct perf_hpp dummy_hpp = { in hists__fprintf_headers()
|
| /tools/perf/ui/gtk/ |
| D | hists.c | 11 static int __percent_color_snprintf(struct perf_hpp *hpp, const char *fmt, ...) in __percent_color_snprintf() 45 struct perf_hpp *hpp, \ 59 struct perf_hpp *hpp, \ 302 struct perf_hpp hpp = { in perf_gtk__show_hists() 403 struct perf_hpp *hpp, in perf_gtk__add_hierarchy_entries() 505 struct perf_hpp hpp = { in perf_gtk__show_hierarchy()
|
| /tools/perf/ |
| D | builtin-diff.c | 821 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() 850 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() 908 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() 914 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() 920 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() 1019 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() 1035 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header() 1048 struct perf_hpp *hpp __maybe_unused, in hpp__width()
|
| /tools/perf/ui/browsers/ |
| D | hists.c | 1084 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf() 1112 struct perf_hpp *hpp, \ 1127 struct perf_hpp *hpp, \ 1203 struct perf_hpp hpp = { in hist_browser__show_entry() 1321 struct perf_hpp hpp = { in hist_browser__show_hierarchy_entry() 1371 struct perf_hpp hpp = { in hist_browser__show_hierarchy_entry() 1507 static int advance_hpp_check(struct perf_hpp *hpp, int inc) in advance_hpp_check() 1518 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() 1555 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_hierarchy_headers() 1929 struct perf_hpp hpp = { in hist_browser__fprintf_entry() [all …]
|