Searched refs:dummy_hpp (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/ui/stdio/ |
D | hist.c | 383 struct perf_hpp dummy_hpp = { in hists__fprintf() local 413 fmt->header(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__fprintf() 439 width = fmt->width(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__fprintf()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 871 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() local 881 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers() 889 ret = fmt->header(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists_browser__scnprintf_headers() 890 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers() 893 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " "); in hists_browser__scnprintf_headers() 894 if (advance_hpp_check(&dummy_hpp, ret)) in hists_browser__scnprintf_headers()
|
/linux-4.4.14/tools/perf/ui/ |
D | hist.c | 619 struct perf_hpp dummy_hpp; in hists__sort_list_width() local 630 ret += fmt->width(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__sort_list_width()
|