| /Linux-v5.4/tools/perf/util/ | 
| D | hist.h | 161 struct perf_hpp;169 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
 248 struct perf_hpp {  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,
 262 	int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
 264 	int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
 407 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
 408 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
 410 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
 [all …]
 
 | 
| D | sort.c | 1755 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in __sort__hpp_header()1771 			     struct perf_hpp *hpp __maybe_unused,  in __sort__hpp_width()
 1785 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in __sort__hpp_entry()
 2061 static int __sort__hde_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in __sort__hde_header()
 2078 			     struct perf_hpp *hpp __maybe_unused,  in __sort__hde_width()
 2101 static int __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in __sort__hde_entry()
 
 | 
| D | hist.c | 1281 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,  in hist_entry__snprintf_alignment()
 | 
| /Linux-v5.4/tools/perf/ui/ | 
| D | hist.c | 25 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he,  in __hpp__fmt()114 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()
 225 			 struct perf_hpp *hpp __maybe_unused,  in hpp__width_fn()
 240 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in hpp__header_fn()
 248 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...)  in hpp_color_scnprintf()
 264 static int hpp_entry_scnprintf(struct perf_hpp *hpp, const char *fmt, ...)  in hpp_entry_scnprintf()
 284 			      struct perf_hpp *hpp, struct hist_entry *he) 	\
 292 			      struct perf_hpp *hpp, struct hist_entry *he) 	\
 312 			      struct perf_hpp *hpp, struct hist_entry *he) 	\
 [all …]
 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-c2c.c | 402 	int   (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,404 	int   (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
 429 		     struct perf_hpp *hpp __maybe_unused,  in c2c_width()
 445 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in c2c_header()
 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()
 530 static int offset_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in offset_entry()
 558 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in iaddr_entry()
 579 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in tot_hitm_entry()
 [all …]
 
 | 
| D | builtin-diff.c | 1301 			       struct perf_hpp *hpp, struct hist_entry *he)  in hpp__color_baseline()1330 			 struct perf_hpp *hpp, int width)  in cycles_printf()
 1373 				struct perf_hpp *hpp, struct hist_entry *he,  in __hpp__color_compare()
 1442 			struct perf_hpp *hpp, struct hist_entry *he)  in hpp__color_delta()
 1448 			struct perf_hpp *hpp, struct hist_entry *he)  in hpp__color_ratio()
 1454 			struct perf_hpp *hpp, struct hist_entry *he)  in hpp__color_wdiff()
 1460 			     struct perf_hpp *hpp, struct hist_entry *he)  in hpp__color_cycles()
 1560 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp,  in hpp__entry_global()
 1576 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in hpp__header()
 1589 		      struct perf_hpp *hpp __maybe_unused,  in hpp__width()
 
 | 
| /Linux-v5.4/tools/perf/ui/stdio/ | 
| D | hist.c | 413 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,  in __hist_entry__snprintf()451 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp)  in hist_entry__snprintf()
 457 					 struct perf_hpp *hpp,  in hist_entry__hierarchy_fprintf()
 545 		struct perf_hpp hpp = {  in hist_entry__block_fprintf()
 567 	struct perf_hpp hpp = {  in hist_entry__fprintf()
 610 					    struct perf_hpp *hpp, FILE *fp)  in hists__fprintf_hierarchy_headers()
 705 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp,  in fprintf_line()
 731 				struct perf_hpp *hpp,  in hists__fprintf_standard_headers()
 780 	struct perf_hpp dummy_hpp = {  in hists__fprintf_headers()
 
 | 
| /Linux-v5.4/tools/perf/ui/gtk/ | 
| 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-v5.4/tools/perf/ui/browsers/ | 
| D | hists.c | 1157 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...)  in __hpp__slsmg_color_printf()1185 				struct perf_hpp *hpp,			\
 1200 				struct perf_hpp *hpp,			\
 1279 			struct perf_hpp hpp = {  in hist_browser__show_entry()
 1399 		struct perf_hpp hpp = {  in hist_browser__show_hierarchy_entry()
 1449 		struct perf_hpp hpp = {  in hist_browser__show_hierarchy_entry()
 1585 static int advance_hpp_check(struct perf_hpp *hpp, int inc)  in advance_hpp_check()
 1596 	struct perf_hpp dummy_hpp = {  in hists_browser__scnprintf_headers()
 1633 	struct perf_hpp dummy_hpp = {  in hists_browser__scnprintf_hierarchy_headers()
 2001 	struct perf_hpp hpp = {  in hist_browser__fprintf_entry()
 [all …]
 
 |