HomeSort by relevance Sort by last modified time
    Searched refs:PERF_COLOR_RED (Results 1 - 7 of 7) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
color.h 10 #define PERF_COLOR_RED "\033[31m"
color.c 302 color = PERF_COLOR_RED;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
builtin-test.c 187 color_fprintf(stderr, PERF_COLOR_RED, " FAILED!\n");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 377 printed += color_fprintf(fp, PERF_COLOR_RED, "%6.3f ms", duration);
417 color_fprintf(fp, PERF_COLOR_RED,
482 color_fprintf(trace->output, PERF_COLOR_RED,
1142 color = PERF_COLOR_RED;
    [all...]
builtin-inject.c 281 color_fprintf(stderr, PERF_COLOR_RED,
builtin-top.c 279 color_fprintf(stdout, PERF_COLOR_RED,
builtin-stat.c 676 color = PERF_COLOR_RED;
    [all...]

Completed in 102 milliseconds