Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/ui/
Dhist.c330 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf() function
369 hpp_color_scnprintf, PERF_HPP_FMT_TYPE__PERCENT); \
397 hpp_color_scnprintf, PERF_HPP_FMT_TYPE__PERCENT); \
/linux-6.14.4/tools/perf/util/
Dblock-info.c207 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, pct); in color_pct()
Dhist.h775 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
/linux-6.14.4/tools/perf/
Dbuiltin-c2c.c789 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, per); in percent_color()