Home
last modified time | relevance | path

Searched refs:hists_to_evsel (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/tools/perf/ui/
Dhist.c24 struct perf_evsel *evsel = hists_to_evsel(hists); in __hpp__fmt()
53 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
160 evsel = hists_to_evsel(a->hists); in __hpp__sort()
172 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
177 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
630 ret += fmt->width(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__sort_list_width()
/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c306 left_margin = fmt->width(fmt, NULL, hists_to_evsel(hists)); in hist_entry__callchain_fprintf()
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/util/
Dhist.h167 static inline struct perf_evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel() function
/linux-4.1.27/tools/perf/tests/
Dhists_cumulate.c79 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries()
Dhists_output.c49 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries()
/linux-4.1.27/tools/perf/
Dbuiltin-report.c272 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__fprintf_nr_sample_events()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c866 ret = fmt->header(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__scnprintf_headers()
1245 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__browser_title()