Searched refs:hpp__fmt (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/ui/ |
| H A D | hist.c | 123 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt() function 153 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmtype); in hpp__fmt_acc() 512 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \ 520 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \ 568 return hpp__fmt(fmt, hpp, he, he_get_raw_##_field, " %*"PRIu64, \ 588 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.1f", \
|
| /linux/tools/perf/ui/gtk/ |
| H A D | hists.c | 53 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \
|
| /linux/tools/perf/util/ |
| H A D | hist.h | 659 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 1240 return hpp__fmt(fmt, hpp, he, __hpp_get_##_field, " %*.2f%%", \ 1264 return hpp__fmt(fmt, hpp, he, __hpp_get_acc_##_field, \
|