Home
last modified time | relevance | path

Searched refs:color_snprintf (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
A Dcolor.c73 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()
A Dcolor.h41 int color_snprintf(char *bf, size_t size, const char *color, const char *fmt, ...);
A Dstat-display.c278 color_snprintf(str, sizeof(str), color ?: "", fmt, val); in print_metric_only()
/linux/tools/perf/
A Dbuiltin-diff.c1447 return color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()

Completed in 10 milliseconds