Searched refs:PERF_COLOR_YELLOW (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | color.h | 17 #define PERF_COLOR_YELLOW "\033[33m" macro
|
| H A D | stat-display.c | 82 PERF_COLOR_YELLOW, /* less good */ in metric_threshold_classify__color()
|
| /linux/tools/perf/tests/ |
| H A D | builtin-test.c | 365 color_fprintf(stderr, PERF_COLOR_YELLOW, " Running (%d active)\n", running); in print_test_result() 374 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip (%s)\n", reason); in print_test_result() 376 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip\n"); in print_test_result() 637 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip (user override)\n"); in __cmd_test()
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 1520 printed += color_fprintf(fp, PERF_COLOR_YELLOW, "%6.3f ms", duration); in fprintf_duration() 2965 color_fprintf(trace->output, PERF_COLOR_YELLOW, "continued"); in trace__sys_exit()
|