Lines Matching refs:header_width
69 int header_width; member
1318 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline()
1323 dfmt->header_width, pfmt); in hpp__color_baseline()
1412 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare()
1423 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); in __hpp__color_compare()
1434 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); in __hpp__color_compare()
1439 return cycles_printf(he, pair, hpp, dfmt->header_width); in __hpp__color_compare()
1445 dfmt->header_width, "N/A"); in __hpp__color_compare()
1448 dfmt->header_width, pfmt); in __hpp__color_compare()
1544 dfmt->header_width, buf); in hpp__color_cycles_hist()
1556 dfmt->header_width, " "); in hpp__color_cycles_hist()
1667 dfmt->header_width, buf); in hpp__entry_global()
1689 BUG_ON(dfmt->header_width <= 0); in hpp__width()
1690 return dfmt->header_width; in hpp__width()
1712 dfmt->header_width = width; in init_header()
1714 if (dfmt->header_width < width) in init_header()
1715 dfmt->header_width = width; in init_header()
1718 dfmt->header_width, NAME); in init_header()