OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_COLOR_RESET
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
color.c
57
strcpy(dst,
PERF_COLOR_RESET
);
188
r += snprintf(bf + r, size - r, "%s",
PERF_COLOR_RESET
);
213
r += fprintf(fp, "%s",
PERF_COLOR_RESET
);
279
fputs(
PERF_COLOR_RESET
, fp) < 0))
color.h
8
#define
PERF_COLOR_RESET
"\033[m"
Completed in 63 milliseconds