Searched refs:PERF_COLOR_RESET (Results 1 – 2 of 2) sorted by relevance
57 strcpy(dst, PERF_COLOR_RESET); in color_parse_mem()188 r += snprintf(bf + r, size - r, "%s", PERF_COLOR_RESET); in __color_vsnprintf()213 r += fprintf(fp, "%s", PERF_COLOR_RESET); in __color_vfprintf()279 fputs(PERF_COLOR_RESET, fp) < 0)) in color_fwrite_lines()
8 #define PERF_COLOR_RESET "\033[m" macro