Searched refs:pfmt (Results 1 – 1 of 1) sorted by relevance
/tools/perf/ |
D | builtin-diff.c | 1326 char pfmt[20] = " "; in hpp__color_baseline() local 1329 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline() 1331 pfmt, percent); in hpp__color_baseline() 1334 dfmt->header_width, pfmt); in hpp__color_baseline() 1402 char pfmt[20] = " "; in __hpp__color_compare() local 1423 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare() 1425 pfmt, diff); in __hpp__color_compare() 1434 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); in __hpp__color_compare() 1436 pfmt, diff); in __hpp__color_compare() 1445 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); in __hpp__color_compare() [all …]
|