Searched refs:hpp_color_scnprintf (Results 1 – 4 of 4) sorted by relevance
/linux-6.15/tools/perf/ui/ |
D | hist.c | 331 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf() function 370 hpp_color_scnprintf, _fmttype); \ 398 hpp_color_scnprintf, _fmttype); \
|
/linux-6.15/tools/perf/util/ |
D | block-info.c | 207 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, pct); in color_pct()
|
D | hist.h | 797 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
|
/linux-6.15/tools/perf/ |
D | builtin-c2c.c | 789 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, per); in percent_color()
|