Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-diff.c64 int header_width; member
1309 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline()
1314 dfmt->header_width, pfmt); in hpp__color_baseline()
1402 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare()
1413 scnprintf(pfmt, 20, "%%%d.6f", dfmt->header_width); in __hpp__color_compare()
1424 scnprintf(pfmt, 20, "%%14ld", dfmt->header_width); in __hpp__color_compare()
1429 return cycles_printf(he, pair, hpp, dfmt->header_width); in __hpp__color_compare()
1435 dfmt->header_width, "N/A"); in __hpp__color_compare()
1438 dfmt->header_width, pfmt); in __hpp__color_compare()
1573 dfmt->header_width, buf); in hpp__entry_global()
[all …]
/tools/perf/ui/stdio/
Dhist.c616 unsigned header_width = 0; in hists__fprintf_hierarchy_headers() local
639 header_width += fprintf(fp, " / "); in hists__fprintf_hierarchy_headers()
648 header_width += fprintf(fp, "+"); in hists__fprintf_hierarchy_headers()
653 header_width += fprintf(fp, "%s", strim(hpp->buf)); in hists__fprintf_hierarchy_headers()
692 if (width > header_width) in hists__fprintf_hierarchy_headers()
693 header_width = width; in hists__fprintf_hierarchy_headers()
698 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()