Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dcolor.c106 int color_snprintf(char *bf, size_t size, const char *color, in color_snprintf() function
199 return color_snprintf(bf, size, color, fmt, value); in value_color_snprintf()
226 return color_snprintf(bf, size, color, fmt, len, percent); in percent_color_len_snprintf()
Dcolor.h37 int color_snprintf(char *bf, size_t size, const char *color, const char *fmt, ...);
/linux-4.1.27/tools/perf/
Dbuiltin-diff.c898 return color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()