Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c69 int header_width; member
1337 dfmt->header_width, pfmt); in hpp__color_baseline()
1459 dfmt->header_width, "N/A"); in __hpp__color_compare()
1462 dfmt->header_width, pfmt); in __hpp__color_compare()
1558 dfmt->header_width, buf); in hpp__color_cycles_hist()
1570 dfmt->header_width, " "); in hpp__color_cycles_hist()
1681 dfmt->header_width, buf); in hpp__entry_global()
1704 return dfmt->header_width; in hpp__width()
1726 dfmt->header_width = width; in init_header()
1729 dfmt->header_width = width; in init_header()
[all …]
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c639 unsigned header_width = 0; in hists__fprintf_hierarchy_headers() local
662 header_width += fprintf(fp, " / "); in hists__fprintf_hierarchy_headers()
671 header_width += fprintf(fp, "+"); in hists__fprintf_hierarchy_headers()
676 header_width += fprintf(fp, "%s", strim(hpp->buf)); in hists__fprintf_hierarchy_headers()
715 if (width > header_width) in hists__fprintf_hierarchy_headers()
716 header_width = width; in hists__fprintf_hierarchy_headers()
721 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()