Lines Matching defs:header_width
69 int header_width;
1329 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1);
1334 dfmt->header_width, pfmt);
1423 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1);
1434 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width);
1445 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width);
1450 return cycles_printf(he, pair, hpp, dfmt->header_width);
1456 dfmt->header_width, "N/A");
1459 dfmt->header_width, pfmt);
1555 dfmt->header_width, buf);
1567 dfmt->header_width, " ");
1678 dfmt->header_width, buf);
1700 BUG_ON(dfmt->header_width <= 0);
1701 return dfmt->header_width;
1723 dfmt->header_width = width;
1725 if (dfmt->header_width < width)
1726 dfmt->header_width = width;
1729 dfmt->header_width, NAME);