Home
last modified time | relevance | path

Searched refs:dummy_hpp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c1647 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() local
1673 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " "); in hists_browser__scnprintf_headers()
1684 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_hierarchy_headers() local
1696 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_hierarchy_headers()
1711 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " "); in hists_browser__scnprintf_hierarchy_headers()
1719 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, "%*s", in hists_browser__scnprintf_hierarchy_headers()
1728 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " / "); in hists_browser__scnprintf_hierarchy_headers()
1742 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, "+"); in hists_browser__scnprintf_hierarchy_headers()
1749 dummy_hpp.buf[ret] = '\0'; in hists_browser__scnprintf_hierarchy_headers()
1751 start = strim(dummy_hpp.buf); in hists_browser__scnprintf_hierarchy_headers()
[all …]
/openbmc/linux/tools/perf/ui/
H A Dhist.c718 struct perf_hpp dummy_hpp; in hists__sort_list_width() local
729 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__sort_list_width()
743 struct perf_hpp dummy_hpp; in hists__overhead_width() local
754 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__overhead_width()
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c803 struct perf_hpp dummy_hpp = { in hists__fprintf_headers() local
811 return hists__fprintf_hierarchy_headers(hists, &dummy_hpp, fp); in hists__fprintf_headers()
813 return hists__fprintf_standard_headers(hists, &dummy_hpp, fp); in hists__fprintf_headers()