Searched refs:__hpp__slsmg_color_printf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | block-info.c | 188 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", in color_pct()
|
H A D | hist.h | 580 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...);
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 1208 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 D | builtin-c2c.c | 804 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", width - 1, per); in percent_color()
|