Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dblock-info.c188 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", in color_pct()
Dhist.h582 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...);
/linux-5.19.10/tools/perf/ui/browsers/
Dhists.c1218 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/
Dbuiltin-c2c.c785 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", width - 1, per); in percent_color()