Lines Matching defs:header_width
70 int header_width;
1316 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1);
1321 dfmt->header_width, pfmt);
1410 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1);
1421 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width);
1432 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width);
1437 return cycles_printf(he, pair, hpp, dfmt->header_width);
1443 dfmt->header_width, "N/A");
1446 dfmt->header_width, pfmt);
1542 dfmt->header_width, buf);
1554 dfmt->header_width, " ");
1665 dfmt->header_width, buf);
1687 BUG_ON(dfmt->header_width <= 0);
1688 return dfmt->header_width;
1710 dfmt->header_width = width;
1712 if (dfmt->header_width < width)
1713 dfmt->header_width = width;
1716 dfmt->header_width, NAME);