Searched refs:hpp__fmt (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/perf/ui/ | 
| D | hist.c | 114 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  in hpp__fmt()  function142 	return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent);  in hpp__fmt_acc()
 286 	return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%",		\
 294 	return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%",		\
 342 	return hpp__fmt(fmt, hpp, he, he_get_raw_##_field, " %*"PRIu64, 	\
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | hist.h | 410 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
 | 
| /Linux-v5.4/tools/perf/ui/gtk/ | 
| D | hists.c | 53 	return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%",		\
 | 
| /Linux-v5.4/tools/perf/ui/browsers/ | 
| D | hists.c | 1188 	return hpp__fmt(fmt, hpp, he, __hpp_get_##_field, " %*.2f%%",	\1212 	return hpp__fmt(fmt, hpp, he, __hpp_get_acc_##_field,		\
 
 |