Lines Matching refs:evsel
49 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries() local
60 .evsel = evsel, in add_hist_entries()
126 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() argument
129 struct hists *hists = evsel__hists(evsel); in test1()
228 static int test2(struct perf_evsel *evsel, struct machine *machine) in test2() argument
231 struct hists *hists = evsel__hists(evsel); in test2()
284 static int test3(struct perf_evsel *evsel, struct machine *machine) in test3() argument
287 struct hists *hists = evsel__hists(evsel); in test3()
358 static int test4(struct perf_evsel *evsel, struct machine *machine) in test4() argument
361 struct hists *hists = evsel__hists(evsel); in test4()
460 static int test5(struct perf_evsel *evsel, struct machine *machine) in test5() argument
463 struct hists *hists = evsel__hists(evsel); in test5()
584 struct perf_evsel *evsel; in test__hists_output() local
611 evsel = perf_evlist__first(evlist); in test__hists_output()
614 err = testcases[i](evsel, machine); in test__hists_output()