Searched refs:percent_color_snprintf (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/util/ |
D | color.h | 42 int percent_color_snprintf(char *bf, size_t size, const char *fmt, double percent);
|
D | hist.c | 630 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()
|
D | color.c | 320 int percent_color_snprintf(char *bf, size_t size, const char *fmt, double percent) in percent_color_snprintf() function
|