Lines Matching refs:evsel
49 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries() local
73 if (hist_entry_iter__add(&iter, &al, evsel, &sample, in add_hist_entries()
122 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() argument
125 struct hists *hists = evsel__hists(evsel); in test1()
224 static int test2(struct perf_evsel *evsel, struct machine *machine) in test2() argument
227 struct hists *hists = evsel__hists(evsel); in test2()
280 static int test3(struct perf_evsel *evsel, struct machine *machine) in test3() argument
283 struct hists *hists = evsel__hists(evsel); in test3()
354 static int test4(struct perf_evsel *evsel, struct machine *machine) in test4() argument
357 struct hists *hists = evsel__hists(evsel); in test4()
456 static int test5(struct perf_evsel *evsel, struct machine *machine) in test5() argument
459 struct hists *hists = evsel__hists(evsel); in test5()
580 struct perf_evsel *evsel; in test__hists_output() local
607 evsel = perf_evlist__first(evlist); in test__hists_output()
610 err = testcases[i](evsel, machine); in test__hists_output()