Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/ui/
Dhist.c31 struct evsel *evsel = hists_to_evsel(hists); in __hpp__fmt()
60 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
167 evsel = hists_to_evsel(a->hists); in __hpp__sort()
179 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
184 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
229 struct evsel *evsel = hists_to_evsel(hists); in hpp__width_fn()
/Linux-v5.4/tools/perf/tests/
Dhists_cumulate.c83 struct evsel *evsel = hists_to_evsel(hists); in add_hist_entries()
193 perf_evsel__output_resort(hists_to_evsel(hists), NULL); in do_test()
Dhists_output.c53 struct evsel *evsel = hists_to_evsel(hists); in add_hist_entries()
/Linux-v5.4/tools/perf/
Dbuiltin-report.c417 struct evsel *evsel = hists_to_evsel(hists); in hists__fprintf_nr_sample_events()
640 struct evsel *evsel = hists_to_evsel(he->hists); in hists__resort_cb()
Dbuiltin-top.c118 evsel = hists_to_evsel(he->hists); in perf_top__parse_source()
244 evsel = hists_to_evsel(he->hists); in perf_top__show_details()
/Linux-v5.4/tools/perf/util/
Dhist.h226 static inline struct evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel() function
Dsort.c709 evsel = hists_to_evsel(he->hists); in get_trace_output()
731 evsel = hists_to_evsel(left->hists); in sort__trace_cmp()
748 evsel = hists_to_evsel(he->hists); in hist_entry__trace_snprintf()
2098 return hists_to_evsel(hists) == hde->evsel; in perf_hpp__defined_dynamic_entry()
Dhist.c2634 struct evsel *evsel = hists_to_evsel(hists); in __hists__scnprintf_title()
/Linux-v5.4/tools/perf/ui/browsers/
Dhists.c2383 evsel = hists_to_evsel(browser->hists); in do_annotate()