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