Searched refs:header_width (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-diff.c | 69 int header_width; member 1329 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline() 1334 dfmt->header_width, pfmt); in hpp__color_baseline() 1423 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare() 1434 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); in __hpp__color_compare() 1445 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); in __hpp__color_compare() 1450 return cycles_printf(he, pair, hpp, dfmt->header_width); in __hpp__color_compare() 1456 dfmt->header_width, "N/A"); in __hpp__color_compare() 1459 dfmt->header_width, pfmt); in __hpp__color_compare() 1555 dfmt->header_width, buf); in hpp__color_cycles_hist() [all …]
|
/kernel/linux/linux-5.10/tools/perf/ui/stdio/ |
D | hist.c | 639 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()
|