Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/ui/browsers/
Dhists.c1648 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() local
1659 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers()
1667 ret = fmt->header(fmt, &dummy_hpp, hists, line, &span); in hists_browser__scnprintf_headers()
1668 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers()
1674 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " "); in hists_browser__scnprintf_headers()
1675 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers()
1685 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_hierarchy_headers() local
1697 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_hierarchy_headers()
1708 ret = fmt->header(fmt, &dummy_hpp, hists, 0, NULL); in hists_browser__scnprintf_hierarchy_headers()
1709 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_hierarchy_headers()
[all …]
/linux-6.12.1/tools/perf/ui/
Dhist.c768 struct perf_hpp dummy_hpp; in hists__sort_list_width() local
779 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__sort_list_width()
793 struct perf_hpp dummy_hpp; in hists__overhead_width() local
804 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__overhead_width()
/linux-6.12.1/tools/perf/ui/stdio/
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()