Searched refs:color_snprintf (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | color.c | 73 int color_snprintf(char *bf, size_t size, const char *color, in color_snprintf() function 156 return color_snprintf(bf, size, color, fmt, value); in value_color_snprintf() 183 return color_snprintf(bf, size, color, fmt, len, percent); in percent_color_len_snprintf()
|
D | color.h | 41 int color_snprintf(char *bf, size_t size, const char *color, const char *fmt, ...);
|
D | stat-display.c | 369 color_snprintf(str, sizeof(str), color ?: "", fmt, val); in print_metric_only()
|
/linux-6.1.9/tools/perf/ |
D | builtin-diff.c | 1447 return color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
|