Lines Matching refs:evsel
79 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries() local
90 .evsel = evsel, in add_hist_entries()
249 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() argument
252 struct hists *hists = evsel__hists(evsel); in test1()
282 perf_evsel__reset_sample_bit(evsel, CALLCHAIN); in test1()
300 static int test2(struct perf_evsel *evsel, struct machine *machine) in test2() argument
303 struct hists *hists = evsel__hists(evsel); in test2()
429 perf_evsel__set_sample_bit(evsel, CALLCHAIN); in test2()
448 static int test3(struct perf_evsel *evsel, struct machine *machine) in test3() argument
451 struct hists *hists = evsel__hists(evsel); in test3()
487 perf_evsel__reset_sample_bit(evsel, CALLCHAIN); in test3()
505 static int test4(struct perf_evsel *evsel, struct machine *machine) in test4() argument
508 struct hists *hists = evsel__hists(evsel); in test4()
671 perf_evsel__set_sample_bit(evsel, CALLCHAIN); in test4()
694 struct perf_evsel *evsel; in test__hists_cumulate() local
720 evsel = perf_evlist__first(evlist); in test__hists_cumulate()
723 err = testcases[i](evsel, machine); in test__hists_cumulate()