Lines Matching refs:header_width
69 int header_width; member
1332 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline()
1337 dfmt->header_width, pfmt); in hpp__color_baseline()
1426 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare()
1437 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); in __hpp__color_compare()
1448 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); in __hpp__color_compare()
1453 return cycles_printf(he, pair, hpp, dfmt->header_width); in __hpp__color_compare()
1459 dfmt->header_width, "N/A"); in __hpp__color_compare()
1462 dfmt->header_width, pfmt); in __hpp__color_compare()
1558 dfmt->header_width, buf); in hpp__color_cycles_hist()
1570 dfmt->header_width, " "); in hpp__color_cycles_hist()
1681 dfmt->header_width, buf); in hpp__entry_global()
1703 BUG_ON(dfmt->header_width <= 0); in hpp__width()
1704 return dfmt->header_width; in hpp__width()
1726 dfmt->header_width = width; in init_header()
1728 if (dfmt->header_width < width) in init_header()
1729 dfmt->header_width = width; in init_header()
1732 dfmt->header_width, NAME); in init_header()