Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/
Dhist.c244 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf() function
283 hpp_color_scnprintf, true); \
311 hpp_color_scnprintf, true); \
/Linux-v4.19/tools/perf/util/
Dhist.h516 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
/Linux-v4.19/tools/perf/
Dbuiltin-c2c.c802 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, per); in percent_color()