Lines Matching refs:scnprintf

269 	return scnprintf(buf, size,  in formula_delta()
282 return scnprintf(buf, size, "%.0F / %.0F", new_period, old_period); in formula_ratio()
291 return scnprintf(buf, size, in formula_wdiff()
834 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline()
838 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
849 ret = scnprintf(buf, size, fmt, percent); in hpp__entry_baseline()
875 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare()
886 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); in __hpp__color_compare()
897 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); in __hpp__color_compare()
905 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
908 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
935 scnprintf(buf, size, "%" PRIu64, he->stat.period); in hpp__entry_unpair()
958 scnprintf(buf, size, "%+4.2F%%", diff); in hpp__entry_pair()
964 scnprintf(buf, size, "N/A"); in hpp__entry_pair()
974 scnprintf(buf, size, "%14.6F", ratio); in hpp__entry_pair()
980 scnprintf(buf, size, "N/A"); in hpp__entry_pair()
990 scnprintf(buf, size, "%14ld", wdiff); in hpp__entry_pair()
998 scnprintf(buf, size, "%" PRIu64, pair->stat.period); in hpp__entry_pair()
1034 return scnprintf(hpp->buf, hpp->size, "%s", buf); in hpp__entry_global()
1036 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__entry_global()
1047 return scnprintf(hpp->buf, hpp->size, dfmt->header); in hpp__header()
1077 scnprintf(buf, MAX_HEADER_NAME, "%s/%d", header, d->idx); in init_header()
1085 scnprintf(buf_indent, MAX_HEADER_NAME, "%*s", in init_header()