Searched refs:header_width (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-diff.c | 46 int header_width; member 871 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline() 876 dfmt->header_width, pfmt); in hpp__color_baseline() 912 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare() 923 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); in __hpp__color_compare() 934 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); in __hpp__color_compare() 943 dfmt->header_width, "N/A"); in __hpp__color_compare() 946 dfmt->header_width, pfmt); in __hpp__color_compare() 1075 dfmt->header_width, buf); in hpp__entry_global() 1097 BUG_ON(dfmt->header_width <= 0); in hpp__width() [all …]
|
/Linux-v4.19/tools/perf/ui/stdio/ |
D | hist.c | 578 unsigned header_width = 0; in hists__fprintf_hierarchy_headers() local 601 header_width += fprintf(fp, " / "); in hists__fprintf_hierarchy_headers() 610 header_width += fprintf(fp, "+"); in hists__fprintf_hierarchy_headers() 615 header_width += fprintf(fp, "%s", trim(hpp->buf)); in hists__fprintf_hierarchy_headers() 654 if (width > header_width) in hists__fprintf_hierarchy_headers() 655 header_width = width; in hists__fprintf_hierarchy_headers() 660 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()
|