Searched refs:header_width (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-diff.c | 70 int header_width; member 1319 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline() 1324 dfmt->header_width, pfmt); in hpp__color_baseline() 1413 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare() 1424 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); in __hpp__color_compare() 1435 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); in __hpp__color_compare() 1440 return cycles_printf(he, pair, hpp, dfmt->header_width); in __hpp__color_compare() 1446 dfmt->header_width, "N/A"); in __hpp__color_compare() 1449 dfmt->header_width, pfmt); in __hpp__color_compare() 1545 dfmt->header_width, bu in hpp__color_cycles_hist() [all...] |
/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 643 unsigned header_width = 0; in hists__fprintf_hierarchy_headers() local 675 header_width += fprintf(fp, " / "); in hists__fprintf_hierarchy_headers() 684 header_width += fprintf(fp, "+"); in hists__fprintf_hierarchy_headers() 689 header_width += fprintf(fp, "%s", strim(hpp->buf)); in hists__fprintf_hierarchy_headers() 732 if (width > header_width) in hists__fprintf_hierarchy_headers() 733 header_width = width; in hists__fprintf_hierarchy_headers() 738 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()
|