Searched refs:hpp__fmt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 114 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt() function 142 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc() 349 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \ 357 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \ 405 return hpp__fmt(fmt, hpp, he, he_get_raw_##_field, " %*"PRIu64, \
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 115 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt() function 143 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc() 352 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \ 360 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \ 408 return hpp__fmt(fmt, hpp, he, he_get_raw_##_field, " %*"PRIu64, \
|
/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | hists.c | 53 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 410 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
|
/kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
H A D | hists.c | 53 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 427 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 1238 return hpp__fmt(fmt, hpp, he, __hpp_get_##_field, " %*.2f%%", \ 1262 return hpp__fmt(fmt, hpp, he, __hpp_get_acc_##_field, \
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 1239 return hpp__fmt(fmt, hpp, he, __hpp_get_##_field, " %*.2f%%", \ 1263 return hpp__fmt(fmt, hpp, he, __hpp_get_acc_##_field, \
|
Completed in 16 milliseconds