Symbol: hists_to_evsel
tools/perf/builtin-report.c
480
struct evsel *evsel = hists_to_evsel(hists);
tools/perf/builtin-report.c
757
struct evsel *evsel = hists_to_evsel(he->hists);
tools/perf/builtin-top.c
125
evsel = hists_to_evsel(he->hists);
tools/perf/builtin-top.c
253
evsel = hists_to_evsel(he->hists);
tools/perf/tests/hists_cumulate.c
205
evsel__output_resort(hists_to_evsel(hists), NULL);
tools/perf/tests/hists_cumulate.c
83
struct evsel *evsel = hists_to_evsel(hists);
tools/perf/tests/hists_output.c
53
struct evsel *evsel = hists_to_evsel(hists);
tools/perf/ui/browsers/annotate-data.c
157
struct evsel *evsel = hists_to_evsel(he->hists);
tools/perf/ui/browsers/annotate-data.c
394
struct evsel *leader = hists_to_evsel(he->hists);
tools/perf/ui/browsers/hists.c
2485
evsel = hists_to_evsel(browser->hists);
tools/perf/ui/browsers/hists.c
2553
hist_entry__annotate_data_tui(he, hists_to_evsel(browser->hists), browser->hbt);
tools/perf/ui/browsers/hists.c
2767
script_browse(script_opt, hists_to_evsel(browser->hists));
tools/perf/ui/browsers/hists.c
2779
res_sample_browse(he->res_samples, he->num_res, hists_to_evsel(browser->hists), act->rstype);
tools/perf/ui/browsers/hists.c
676
struct evsel *evsel = hists_to_evsel(browser->hists);
tools/perf/ui/hist.c
219
struct evsel *evsel = hists_to_evsel(pair->hists);
tools/perf/ui/hist.c
224
struct evsel *evsel = hists_to_evsel(pair->hists);
tools/perf/ui/hist.c
241
struct evsel *evsel = hists_to_evsel(a->hists);
tools/perf/ui/hist.c
295
evsel = hists_to_evsel(a->hists);
tools/perf/ui/hist.c
378
struct evsel *evsel = hists_to_evsel(hists);
tools/perf/ui/hist.c
65
struct evsel *evsel = hists_to_evsel(hists);
tools/perf/util/annotate.c
2870
struct evsel *evsel = hists_to_evsel(he->hists);
tools/perf/util/annotate.c
2897
struct evsel *evsel = hists_to_evsel(he->hists);
tools/perf/util/block-info.c
160
hists_to_evsel(he->hists));
tools/perf/util/hist.c
2921
struct evsel *evsel = hists_to_evsel(hists);
tools/perf/util/sort.c
1237
evsel = hists_to_evsel(he->hists);
tools/perf/util/sort.c
1260
evsel = hists_to_evsel(left->hists);
tools/perf/util/sort.c
1277
evsel = hists_to_evsel(he->hists);
tools/perf/util/sort.c
2608
struct evsel *evsel = hists_to_evsel(he->hists);
tools/perf/util/sort.c
3248
return hists_to_evsel(hists) == hde->evsel;