| /Linux-v5.4/tools/perf/ | 
| D | builtin-c2c.c | 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()
 663 ld_llcmiss_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in ld_llcmiss_entry()
 712 tot_recs_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in tot_recs_entry()
 763 tot_loads_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in tot_loads_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()
 
 | 
| /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()  local
 567 	struct perf_hpp hpp = {  in hist_entry__fprintf()  local
 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()
 
 | 
| /Linux-v5.4/tools/perf/ui/ | 
| D | hist.c | 18 #define hpp__call_print_fn(hpp, fn, fmt, ...)			\  argument25 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()
 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()
 
 | 
| /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()307 	struct perf_hpp hpp = {  in perf_gtk__show_hists()  local
 409 					    struct perf_hpp *hpp,  in perf_gtk__add_hierarchy_entries()
 511 	struct perf_hpp hpp = {  in perf_gtk__show_hierarchy()  local
 
 | 
| /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()1279 			struct perf_hpp hpp = {  in hist_browser__show_entry()  local
 1399 		struct perf_hpp hpp = {  in hist_browser__show_hierarchy_entry()  local
 1449 		struct perf_hpp hpp = {  in hist_browser__show_hierarchy_entry()  local
 1585 static int advance_hpp_check(struct perf_hpp *hpp, int inc)  in advance_hpp_check()
 2001 	struct perf_hpp hpp = {  in hist_browser__fprintf_entry()  local
 2044 	struct perf_hpp hpp = {  in hist_browser__fprintf_hierarchy_entry()  local
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | s390-cpumsf-kernel.h | 30 	unsigned long long hpp;     /* Host Program Parameter		 */  member
 | 
| D | sort.c | 1740 	struct perf_hpp_fmt hpp;  member1755 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in __sort__hpp_header()
 1785 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in __sort__hpp_entry()
 1989 	struct perf_hpp_fmt hpp;  member
 2061 static int __sort__hde_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in __sort__hde_header()
 2101 static int __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in __sort__hde_entry()
 
 | 
| D | hist.h | 302 	struct perf_hpp_list	hpp;  member417 static inline void advance_hpp(struct perf_hpp *hpp, int inc)  in advance_hpp()
 
 | 
| 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/arch/x86/platform/uv/ | 
| D | tlb_uv.c | 350 	struct hub_and_pnode *hpp;  in pnode_to_first_cpu()  local1054 	struct hub_and_pnode *hpp;  in set_distrib_bits()  local
 
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | cpu_mf.h | 116 	unsigned long long hpp;     /* Host Program Parameter		 */  member
 |