Searched refs:hpp_color_scnprintf (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/ui/ |
A D | hist.c | 311 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf() function 350 hpp_color_scnprintf, true); \ 378 hpp_color_scnprintf, true); \
|
/linux/tools/perf/util/ |
A D | block-info.c | 192 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, pct); in color_pct()
|
A D | hist.h | 578 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
|
/linux/tools/perf/ |
A D | builtin-c2c.c | 784 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, per); in percent_color()
|
Completed in 14 milliseconds