color_snprintf   1425 tools/perf/builtin-diff.c 		return color_snprintf(hpp->buf, hpp->size,
color_snprintf    156 tools/perf/util/color.c 	return color_snprintf(bf, size, color, fmt, value);
color_snprintf    183 tools/perf/util/color.c 	return color_snprintf(bf, size, color, fmt, len, percent);
color_snprintf     41 tools/perf/util/color.h int color_snprintf(char *bf, size_t size, const char *color, const char *fmt, ...);
color_snprintf    266 tools/perf/util/stat-display.c 	color_snprintf(str, sizeof(str), color ?: "", fmt, val);