Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
Dhists.c1596 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() local
1607 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers()
1615 ret = fmt->header(fmt, &dummy_hpp, hists, line, &span); in hists_browser__scnprintf_headers()
1616 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers()
1622 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " "); in hists_browser__scnprintf_headers()
1623 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers()
1633 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_hierarchy_headers() local
1645 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_hierarchy_headers()
1656 ret = fmt->header(fmt, &dummy_hpp, hists, 0, NULL); in hists_browser__scnprintf_hierarchy_headers()
1657 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_hierarchy_headers()
[all …]
/tools/perf/ui/
Dhist.c652 struct perf_hpp dummy_hpp; in hists__sort_list_width() local
663 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__sort_list_width()
677 struct perf_hpp dummy_hpp; in hists__overhead_width() local
688 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__overhead_width()
/tools/perf/ui/stdio/
Dhist.c780 struct perf_hpp dummy_hpp = { in hists__fprintf_headers() local
788 return hists__fprintf_hierarchy_headers(hists, &dummy_hpp, fp); in hists__fprintf_headers()
790 return hists__fprintf_standard_headers(hists, &dummy_hpp, fp); in hists__fprintf_headers()