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

  /external/linux-tools-perf/util/
color.h 43 int percent_color_fprintf(FILE *fp, const char *fmt, double percent);
color.c 309 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) function
hist.c 390 ret += percent_color_fprintf(fp, "--%2.2f%%-- ", percent);
575 ret += percent_color_fprintf(fp, " %6.2f%%\n",
  /external/linux-tools-perf/
builtin-top.c 351 percent_color_fprintf(stdout, "%4.1f%%", pcnt);

Completed in 1081 milliseconds