Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dblock-info.c188 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", in color_pct()
H A Dhist.h580 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...);
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c1208 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf() function
1240 __hpp__slsmg_color_printf, true); \
1264 " %*.2f%%", __hpp__slsmg_color_printf, true); \
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c804 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", width - 1, per); in percent_color()