Home
last modified time | relevance | path

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

/tools/perf/ui/
Dhist.c27 struct perf_evsel *evsel = hists_to_evsel(hists); in __hpp__fmt()
56 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
163 evsel = hists_to_evsel(a->hists); in __hpp__sort()
175 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
180 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
225 struct perf_evsel *evsel = hists_to_evsel(hists); in hpp__width_fn()
/tools/perf/tests/
Dhists_cumulate.c82 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries()
192 perf_evsel__output_resort(hists_to_evsel(hists), NULL); in do_test()
Dhists_output.c52 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries()
/tools/perf/util/
Dhist.h210 static inline struct perf_evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel() function
Dsort.c633 evsel = hists_to_evsel(he->hists); in get_trace_output()
654 evsel = hists_to_evsel(left->hists); in sort__trace_cmp()
671 evsel = hists_to_evsel(he->hists); in hist_entry__trace_snprintf()
1977 return hists_to_evsel(hists) == hde->evsel; in perf_hpp__defined_dynamic_entry()
/tools/perf/
Dbuiltin-report.c367 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__fprintf_nr_sample_events()
/tools/perf/ui/browsers/
Dhists.c2378 struct perf_evsel *evsel = hists_to_evsel(hists); in perf_evsel_browser_title()
2569 evsel = hists_to_evsel(browser->hists); in do_annotate()