header_width 64 tools/perf/builtin-diff.c int header_width; header_width 1309 tools/perf/builtin-diff.c scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); header_width 1314 tools/perf/builtin-diff.c dfmt->header_width, pfmt); header_width 1402 tools/perf/builtin-diff.c scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); header_width 1413 tools/perf/builtin-diff.c scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); header_width 1424 tools/perf/builtin-diff.c scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); header_width 1429 tools/perf/builtin-diff.c return cycles_printf(he, pair, hpp, dfmt->header_width); header_width 1435 tools/perf/builtin-diff.c dfmt->header_width, "N/A"); header_width 1438 tools/perf/builtin-diff.c dfmt->header_width, pfmt); header_width 1573 tools/perf/builtin-diff.c dfmt->header_width, buf); header_width 1595 tools/perf/builtin-diff.c BUG_ON(dfmt->header_width <= 0); header_width 1596 tools/perf/builtin-diff.c return dfmt->header_width; header_width 1618 tools/perf/builtin-diff.c dfmt->header_width = width; header_width 1620 tools/perf/builtin-diff.c if (dfmt->header_width < width) header_width 1621 tools/perf/builtin-diff.c dfmt->header_width = width; header_width 1624 tools/perf/builtin-diff.c dfmt->header_width, NAME); header_width 616 tools/perf/ui/stdio/hist.c unsigned header_width = 0; header_width 639 tools/perf/ui/stdio/hist.c header_width += fprintf(fp, " / "); header_width 648 tools/perf/ui/stdio/hist.c header_width += fprintf(fp, "+"); header_width 653 tools/perf/ui/stdio/hist.c header_width += fprintf(fp, "%s", strim(hpp->buf)); header_width 692 tools/perf/ui/stdio/hist.c if (width > header_width) header_width 693 tools/perf/ui/stdio/hist.c header_width = width; header_width 698 tools/perf/ui/stdio/hist.c fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots);