Lines Matching defs:evsel
8 #include "util/evsel.h"
83 struct evsel *evsel = hists_to_evsel(hists);
89 .evsel = evsel,
150 typedef int (*test_fn_t)(struct evsel *, struct machine *);
250 static int test1(struct evsel *evsel, struct machine *machine)
253 struct hists *hists = evsel__hists(evsel);
283 evsel__reset_sample_bit(evsel, CALLCHAIN);
301 static int test2(struct evsel *evsel, struct machine *machine)
304 struct hists *hists = evsel__hists(evsel);
430 evsel__set_sample_bit(evsel, CALLCHAIN);
449 static int test3(struct evsel *evsel, struct machine *machine)
452 struct hists *hists = evsel__hists(evsel);
488 evsel__reset_sample_bit(evsel, CALLCHAIN);
506 static int test4(struct evsel *evsel, struct machine *machine)
509 struct hists *hists = evsel__hists(evsel);
672 evsel__set_sample_bit(evsel, CALLCHAIN);
697 struct evsel *evsel;
724 evsel = evlist__first(evlist);
727 err = testcases[i](evsel, machine);