Home
last modified time | relevance | path

Searched refs:hpp_color_scnprintf (Results 1 – 4 of 4) sorted by relevance

/tools/perf/ui/
Dhist.c314 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf() function
353 hpp_color_scnprintf, true); \
381 hpp_color_scnprintf, true); \
/tools/perf/util/
Dblock-info.c192 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, pct); in color_pct()
Dhist.h588 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
/tools/perf/
Dbuiltin-c2c.c806 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, per); in percent_color()