Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/tools/perf/ui/browsers/
Dhists.c871 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/
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()