Home
last modified time | relevance | path

Searched refs:PERF_COLOR_NORMAL (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcolor.h11 #define PERF_COLOR_NORMAL "" macro
H A Dcolor.c126 const char *color = PERF_COLOR_NORMAL; in get_percent_color()
H A Dstat-shadow.c309 const char *color = PERF_COLOR_NORMAL; in get_ratio_color()
H A Dannotate.c1273 return PERF_COLOR_NORMAL; in annotate__address_color()
1286 return PERF_COLOR_NORMAL; in annotate__asm_color()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-sched.c1541 const char *color = PERF_COLOR_NORMAL; in map_switch_event()
H A Dbuiltin-trace.c1241 printed += color_fprintf(fp, PERF_COLOR_NORMAL, "%6.3f ms", duration); in fprintf_duration()