Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/tools/perf/util/
Dhist.h174 static inline struct perf_evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel() function
Dhist.c1164 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__output_resort()
/linux-4.4.14/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.4.14/tools/perf/ui/browsers/
Dhists.c889 ret = fmt->header(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists_browser__scnprintf_headers()
1278 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__browser_title()
1462 evsel = hists_to_evsel(browser->hists); in do_annotate()
/linux-4.4.14/tools/perf/
Dbuiltin-report.c303 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__fprintf_nr_sample_events()