Searched refs:dummy_hpp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 1646 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() local 1657 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers() 1665 ret = fmt->header(fmt, &dummy_hpp, hists, line, &span); in hists_browser__scnprintf_headers() 1666 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers() 1672 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " "); in hists_browser__scnprintf_headers() 1673 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers() 1683 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_hierarchy_headers() local 1695 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_hierarchy_headers() 1706 ret = fmt->header(fmt, &dummy_hpp, hist in hists_browser__scnprintf_hierarchy_headers() [all...] |
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 1647 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() local 1658 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers() 1666 ret = fmt->header(fmt, &dummy_hpp, hists, line, &span); in hists_browser__scnprintf_headers() 1667 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers() 1673 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " "); in hists_browser__scnprintf_headers() 1674 if (advance_hpp_check(&dummy_hpp, ret)) 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() 1707 ret = fmt->header(fmt, &dummy_hpp, hist in hists_browser__scnprintf_hierarchy_headers() [all...] |
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 715 struct perf_hpp dummy_hpp; in hists__sort_list_width() local 726 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__sort_list_width() 740 struct perf_hpp dummy_hpp; in hists__overhead_width() local 751 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__overhead_width()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 718 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()
|
/kernel/linux/linux-5.10/tools/perf/ui/stdio/ |
H A D | hist.c | 803 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()
|
/kernel/linux/linux-6.6/tools/perf/ui/stdio/ |
H A D | hist.c | 803 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()
|
Completed in 13 milliseconds