Searched refs:hist_entry__snprintf_alignment (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/perf/ui/stdio/ | 
| D | hist.c | 444 		ret = hist_entry__snprintf_alignment(he, hpp, fmt, ret);  in __hist_entry__snprintf()494 		ret = hist_entry__snprintf_alignment(he, hpp, fmt, ret);  in hist_entry__hierarchy_fprintf()
 
 | 
| /Linux-v5.4/tools/perf/ui/browsers/ | 
| D | hists.c | 1310 				hist_entry__snprintf_alignment(entry, &hpp, fmt, ret);  in hist_browser__show_entry()1317 				hist_entry__snprintf_alignment(entry, &hpp, fmt, fmt->entry(fmt, &hpp, entry));  in hist_browser__show_entry()
 1428 			hist_entry__snprintf_alignment(entry, &hpp, fmt, ret);  in hist_browser__show_hierarchy_entry()
 1436 			hist_entry__snprintf_alignment(entry, &hpp, fmt, ret);  in hist_browser__show_hierarchy_entry()
 2025 		ret = hist_entry__snprintf_alignment(he, &hpp, fmt, ret);  in hist_browser__fprintf_entry()
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | hist.h | 169 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
 | 
| D | hist.c | 1281 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,  in hist_entry__snprintf_alignment()  function
 |