OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_COLOR_BLUE
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/src/tools/perf/util/
color.h
13
#define
PERF_COLOR_BLUE
"\033[34m"
debug.c
53
const char *color =
PERF_COLOR_BLUE
;
annotate.c
718
color_fprintf(stdout,
PERF_COLOR_BLUE
, "%s\n", dl->line);
[
all
...]
probe-event.c
425
const char *color = show_num ? "" :
PERF_COLOR_BLUE
;
[
all
...]
Completed in 1522 milliseconds