Searched refs:dummy_hpp (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 1682 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() 1693 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers() 1701 ret = fmt->header(fmt, &dummy_hpp, hists, line, &span); in hists_browser__scnprintf_headers() 1702 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers() 1708 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " "); in hists_browser__scnprintf_headers() 1709 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers() 1720 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_hierarchy_headers() 1732 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_hierarchy_headers() 1743 ret = fmt->header(fmt, &dummy_hpp, hist in hists_browser__scnprintf_hierarchy_headers() 1681 struct perf_hpp dummy_hpp = { hists_browser__scnprintf_headers() local 1719 struct perf_hpp dummy_hpp = { hists_browser__scnprintf_hierarchy_headers() local [all...] |
| /linux/tools/perf/ui/stdio/ |
| H A D | hist.c | 820 struct perf_hpp dummy_hpp = { in hists__fprintf_headers() local 828 return hists__fprintf_hierarchy_headers(hists, &dummy_hpp, fp); in hists__fprintf_headers() 830 return hists__fprintf_standard_headers(hists, &dummy_hpp, fp); in hists__fprintf_headers()
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 1045 struct perf_hpp dummy_hpp; in hists__sort_list_width() local 1056 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__sort_list_width() 1070 struct perf_hpp dummy_hpp; in hists__overhead_width() local 1081 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__overhead_width()
|