Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c1578 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() local
1589 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers()
1597 ret = fmt->header(fmt, &dummy_hpp, hists, line, &span); in hists_browser__scnprintf_headers()
1598 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers()
1604 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " "); in hists_browser__scnprintf_headers()
1605 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers()
1615 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_hierarchy_headers() local
1627 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_hierarchy_headers()
1638 ret = fmt->header(fmt, &dummy_hpp, hists, 0, NULL); in hists_browser__scnprintf_hierarchy_headers()
1639 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_hierarchy_headers()
[all …]
/Linux-v4.19/tools/perf/ui/
Dhist.c648 struct perf_hpp dummy_hpp; in hists__sort_list_width() local
659 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__sort_list_width()
673 struct perf_hpp dummy_hpp; in hists__overhead_width() local
684 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__overhead_width()
/Linux-v4.19/tools/perf/ui/stdio/
Dhist.c742 struct perf_hpp dummy_hpp = { in hists__fprintf_headers() local
750 return hists__fprintf_hierarchy_headers(hists, &dummy_hpp, fp); in hists__fprintf_headers()
752 return hists__fprintf_standard_headers(hists, &dummy_hpp, fp); in hists__fprintf_headers()