Home
last modified time | relevance | path

Searched refs:header_width (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-diff.c70 int header_width; member
1324 dfmt->header_width, pfmt); in hpp__color_baseline()
1446 dfmt->header_width, "N/A"); in __hpp__color_compare()
1449 dfmt->header_width, pfmt); in __hpp__color_compare()
1545 dfmt->header_width, buf); in hpp__color_cycles_hist()
1557 dfmt->header_width, " "); in hpp__color_cycles_hist()
1668 dfmt->header_width, buf); in hpp__entry_global()
1691 return dfmt->header_width; in hpp__width()
1713 dfmt->header_width = width; in init_header()
1716 dfmt->header_width = width; in init_header()
[all …]
/linux-6.15/tools/perf/ui/stdio/
H A Dhist.c643 unsigned header_width = 0; in hists__fprintf_hierarchy_headers() local
666 header_width += fprintf(fp, " / "); in hists__fprintf_hierarchy_headers()
675 header_width += fprintf(fp, "+"); in hists__fprintf_hierarchy_headers()
680 header_width += fprintf(fp, "%s", strim(hpp->buf)); in hists__fprintf_hierarchy_headers()
719 if (width > header_width) in hists__fprintf_hierarchy_headers()
720 header_width = width; in hists__fprintf_hierarchy_headers()
725 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()