Home
last modified time | relevance | path

Searched refs:PERF_COLOR_RED (Results 1 – 9 of 9) sorted by relevance

/tools/perf/util/
Dcolor.h14 #define PERF_COLOR_RED "\033[31m" macro
Dstat-shadow.c312 color = PERF_COLOR_RED; in get_ratio_color()
781 color = PERF_COLOR_RED; in print_smi_cost()
1093 color = PERF_COLOR_RED; in perf_stat__print_shadow_stats()
1107 color = PERF_COLOR_RED; in perf_stat__print_shadow_stats()
1123 color = PERF_COLOR_RED; in perf_stat__print_shadow_stats()
1144 color = PERF_COLOR_RED; in perf_stat__print_shadow_stats()
1153 color = PERF_COLOR_RED; in perf_stat__print_shadow_stats()
1162 color = PERF_COLOR_RED; in perf_stat__print_shadow_stats()
Dcolor.c134 color = PERF_COLOR_RED; in get_percent_color()
Dannotate.c1269 return PERF_COLOR_RED; in annotate__address_color()
/tools/perf/
Dbuiltin-version.c35 color_fprintf(stdout, PERF_COLOR_RED, "%-3s", status); in on_off_print()
Dbuiltin-inject.c620 color_fprintf(stderr, PERF_COLOR_RED, in perf_inject__sched_switch()
Dbuiltin-top.c335 color_fprintf(stdout, PERF_COLOR_RED, in perf_top__print_sym_table()
Dbuiltin-trace.c1239 printed += color_fprintf(fp, PERF_COLOR_RED, "%6.3f ms", duration); in fprintf_duration()
1307 color_fprintf(fp, PERF_COLOR_RED, in thread__trace()
1570 color_fprintf(trace->output, PERF_COLOR_RED, in trace__process_event()
/tools/perf/tests/
Dbuiltin-test.c476 color_fprintf(stderr, PERF_COLOR_RED, " FAILED!\n"); in test_and_print()