Searched refs:header_width (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-diff.c | 41 int header_width; member 834 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline() 839 dfmt->header_width, pfmt); in hpp__color_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() 906 dfmt->header_width, "N/A"); in __hpp__color_compare() 909 dfmt->header_width, pfmt); in __hpp__color_compare() 1037 dfmt->header_width, buf); in hpp__entry_global() 1057 BUG_ON(dfmt->header_width <= 0); in hpp__width() [all …]
|