Searched refs:hpp_color_scnprintf (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/ui/ |
| H A D | hist.c | 473 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf() function 512 hpp_color_scnprintf, _fmttype); \ 540 hpp_color_scnprintf, _fmttype); \ 604 " %5.1f%%", hpp_color_scnprintf); \
|
| /linux/tools/perf/util/ |
| H A D | block-info.c | 207 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, pct); in color_pct()
|
| H A D | hist.h | 823 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
|
| /linux/tools/perf/ |
| H A D | builtin-c2c.c | 791 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, per); in percent_color()
|