Lines Matching refs:header_width
41 int header_width; member
840 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline()
845 dfmt->header_width, pfmt); in hpp__color_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()
912 dfmt->header_width, "N/A"); in __hpp__color_compare()
915 dfmt->header_width, pfmt); in __hpp__color_compare()
1043 dfmt->header_width, buf); in hpp__entry_global()
1063 BUG_ON(dfmt->header_width <= 0); in hpp__width()
1064 return dfmt->header_width; in hpp__width()
1086 dfmt->header_width = width; in init_header()
1088 if (dfmt->header_width < width) in init_header()
1089 dfmt->header_width = width; in init_header()
1092 dfmt->header_width, NAME); in init_header()