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()
775 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline()
779 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
790 ret = scnprintf(buf, size, fmt, percent); in hpp__entry_baseline()
818 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare()
829 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); in __hpp__color_compare()
840 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); in __hpp__color_compare()
848 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
875 scnprintf(buf, size, "%" PRIu64, he->stat.period); in hpp__entry_unpair()
899 scnprintf(buf, size, "%+4.2F%%", diff); in hpp__entry_pair()
913 scnprintf(buf, size, "%14.6F", ratio); in hpp__entry_pair()
927 scnprintf(buf, size, "%14ld", wdiff); in hpp__entry_pair()
935 scnprintf(buf, size, "%" PRIu64, pair->stat.period); in hpp__entry_pair()
971 return scnprintf(hpp->buf, hpp->size, "%s", buf); in hpp__entry_global()
973 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__entry_global()
984 return scnprintf(hpp->buf, hpp->size, dfmt->header); in hpp__header()
1014 scnprintf(buf, MAX_HEADER_NAME, "%s/%d", header, d->idx); in init_header()
1022 scnprintf(buf_indent, MAX_HEADER_NAME, "%*s", in init_header()