Searched refs:hpp__fmt (Results 1 – 4 of 4) sorted by relevance
/tools/perf/ui/ |
D | hist.c | 108 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt() function 136 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc() 278 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \ 286 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \ 334 return hpp__fmt(fmt, hpp, he, he_get_raw_##_field, " %*"PRIu64, \
|
/tools/perf/util/ |
D | hist.h | 384 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
|
/tools/perf/ui/gtk/ |
D | hists.c | 48 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \
|
/tools/perf/ui/browsers/ |
D | hists.c | 1115 return hpp__fmt(fmt, hpp, he, __hpp_get_##_field, " %*.2f%%", \ 1139 return hpp__fmt(fmt, hpp, he, __hpp_get_acc_##_field, \
|