Home
last modified time | relevance | path

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

/openbmc/linux/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.c141 const char *color = PERF_COLOR_NORMAL; in get_ratio_color()
H A Dannotate.c1417 return PERF_COLOR_NORMAL; in annotate__address_color()
1430 return PERF_COLOR_NORMAL; in annotate__asm_color()
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c1581 const char *color = PERF_COLOR_NORMAL; in map_switch_event()
H A Dbuiltin-trace.c1251 printed += color_fprintf(fp, PERF_COLOR_NORMAL, "%6.3f ms", duration); in fprintf_duration()