Searched refs:PERF_COLOR_YELLOW (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/perf/tests/ |
A D | builtin-test.c | 283 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip (%s)\n", reason); in test_and_print() 285 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip\n"); in test_and_print() 353 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip (user override)\n"); in run_shell_tests() 399 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip (user override)\n"); in __cmd_test() 418 color_fprintf(stderr, PERF_COLOR_YELLOW, in __cmd_test()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | color.h | 16 #define PERF_COLOR_YELLOW "\033[33m" macro
|
A D | stat-shadow.c | 344 color = PERF_COLOR_YELLOW; in get_ratio_color()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-trace.c | 1248 printed += color_fprintf(fp, PERF_COLOR_YELLOW, "%6.3f ms", duration); in fprintf_duration() 2502 color_fprintf(trace->output, PERF_COLOR_YELLOW, "continued");
|
Completed in 16 milliseconds