Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c383 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.1.27/tools/perf/ui/browsers/
Dhists.c849 struct perf_hpp dummy_hpp = { in hists__scnprintf_headers() local
858 if (advance_hpp_check(&dummy_hpp, ret)) in hists__scnprintf_headers()
866 ret = fmt->header(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__scnprintf_headers()
867 if (advance_hpp_check(&dummy_hpp, ret)) in hists__scnprintf_headers()
870 ret = scnprintf(dummy_hpp.buf, dummy_hpp.size, " "); in hists__scnprintf_headers()
871 if (advance_hpp_check(&dummy_hpp, ret)) in hists__scnprintf_headers()
/linux-4.1.27/tools/perf/ui/
Dhist.c619 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()