Home
last modified time | relevance | path

Searched refs:percent_color_snprintf (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/util/
Dcolor.h42 int percent_color_snprintf(char *bf, size_t size, const char *fmt, double percent);
Dhist.c630 ret = percent_color_snprintf(s, size, in hist_entry__snprintf()
637 ret += percent_color_snprintf(s + ret, size - ret, in hist_entry__snprintf()
640 ret += percent_color_snprintf(s + ret, size - ret, in hist_entry__snprintf()
644 ret += percent_color_snprintf(s + ret, in hist_entry__snprintf()
649 ret += percent_color_snprintf(s + ret, in hist_entry__snprintf()
Dcolor.c320 int percent_color_snprintf(char *bf, size_t size, const char *fmt, double percent) in percent_color_snprintf() function