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()
840 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline()
844 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
855 ret = scnprintf(buf, size, fmt, percent); in hpp__entry_baseline()
881 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare()
892 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); in __hpp__color_compare()
903 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); in __hpp__color_compare()
911 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
914 return scnprintf(hpp->buf, hpp->size, "%*s", in __hpp__color_compare()
941 scnprintf(buf, size, "%" PRIu64, he->stat.period); in hpp__entry_unpair()
964 scnprintf(buf, size, "%+4.2F%%", diff); in hpp__entry_pair()
970 scnprintf(buf, size, "N/A"); in hpp__entry_pair()
980 scnprintf(buf, size, "%14.6F", ratio); in hpp__entry_pair()
986 scnprintf(buf, size, "N/A"); in hpp__entry_pair()
996 scnprintf(buf, size, "%14ld", wdiff); in hpp__entry_pair()
1004 scnprintf(buf, size, "%" PRIu64, pair->stat.period); in hpp__entry_pair()
1040 return scnprintf(hpp->buf, hpp->size, "%s", buf); in hpp__entry_global()
1042 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__entry_global()
1053 return scnprintf(hpp->buf, hpp->size, dfmt->header); in hpp__header()
1083 scnprintf(buf, MAX_HEADER_NAME, "%s/%d", header, d->idx); in init_header()
1091 scnprintf(buf_indent, MAX_HEADER_NAME, "%*s", in init_header()