Lines Matching refs:scnprintf
261 return scnprintf(buf, size, in formula_delta()
274 return scnprintf(buf, size, "%.0F / %.0F", new_period, old_period); in formula_ratio()
283 return scnprintf(buf, size, in formula_wdiff()
750 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline()
754 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
765 ret = scnprintf(buf, size, fmt, percent); in hpp__entry_baseline()
775 scnprintf(buf, size, "%" PRIu64, he->stat.period); in hpp__entry_unpair()
799 scnprintf(buf, size, "%+4.2F%%", diff); in hpp__entry_pair()
813 scnprintf(buf, size, "%14.6F", ratio); in hpp__entry_pair()
827 scnprintf(buf, size, "%14ld", wdiff); in hpp__entry_pair()
835 scnprintf(buf, size, "%" PRIu64, pair->stat.period); in hpp__entry_pair()
871 return scnprintf(hpp->buf, hpp->size, "%s", buf); in hpp__entry_global()
873 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__entry_global()
884 return scnprintf(hpp->buf, hpp->size, dfmt->header); in hpp__header()
913 scnprintf(buf, MAX_HEADER_NAME, "%s/%d", header, d->idx); in init_header()
921 scnprintf(buf_indent, MAX_HEADER_NAME, "%*s", in init_header()