Lines Matching refs:evsel
79 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries() local
107 if (hist_entry_iter__add(&iter, &al, evsel, &sample, in add_hist_entries()
245 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() argument
248 struct hists *hists = evsel__hists(evsel); in test1()
295 static int test2(struct perf_evsel *evsel, struct machine *machine) in test2() argument
298 struct hists *hists = evsel__hists(evsel); in test2()
442 static int test3(struct perf_evsel *evsel, struct machine *machine) in test3() argument
445 struct hists *hists = evsel__hists(evsel); in test3()
498 static int test4(struct perf_evsel *evsel, struct machine *machine) in test4() argument
501 struct hists *hists = evsel__hists(evsel); in test4()
686 struct perf_evsel *evsel; in test__hists_cumulate() local
712 evsel = perf_evlist__first(evlist); in test__hists_cumulate()
715 err = testcases[i](evsel, machine); in test__hists_cumulate()