Searched refs:__hpp__slsmg_color_printf (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/tools/perf/util/ |
D | block-info.c | 188 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", in color_pct()
|
D | hist.h | 582 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...);
|
/linux-5.19.10/tools/perf/ui/browsers/ |
D | hists.c | 1218 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf() function 1250 __hpp__slsmg_color_printf, true); \ 1274 " %*.2f%%", __hpp__slsmg_color_printf, true); \
|
/linux-5.19.10/tools/perf/ |
D | builtin-c2c.c | 785 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", width - 1, per); in percent_color()
|