Searched refs:hist_entry__snprintf_alignment (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/tools/perf/ui/stdio/ | 
| D | hist.c | 445 		ret = hist_entry__snprintf_alignment(he, hpp, fmt, ret);  in __hist_entry__snprintf()495 		ret = hist_entry__snprintf_alignment(he, hpp, fmt, ret);  in hist_entry__hierarchy_fprintf()
 
 | 
| /Linux-v6.6/tools/perf/ui/browsers/ | 
| D | hists.c | 1361 				hist_entry__snprintf_alignment(entry, &hpp, fmt, ret);  in hist_browser__show_entry()1368 				hist_entry__snprintf_alignment(entry, &hpp, fmt, fmt->entry(fmt, &hpp, entry));  in hist_browser__show_entry()
 1479 			hist_entry__snprintf_alignment(entry, &hpp, fmt, ret);  in hist_browser__show_hierarchy_entry()
 1487 			hist_entry__snprintf_alignment(entry, &hpp, fmt, ret);  in hist_browser__show_hierarchy_entry()
 2080 		ret = hist_entry__snprintf_alignment(he, &hpp, fmt, ret);  in hist_browser__fprintf_entry()
 
 | 
| /Linux-v6.6/tools/perf/util/ | 
| D | hist.h | 184 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
 | 
| D | hist.c | 1361 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,  in hist_entry__snprintf_alignment()  function
 |