Lines Matching defs:evsel
8 #include "util/evsel.h"
53 struct evsel *evsel = hists_to_evsel(hists);
59 .evsel = evsel,
116 typedef int (*test_fn_t)(struct evsel *, struct machine *);
125 static int test1(struct evsel *evsel, struct machine *machine)
128 struct hists *hists = evsel__hists(evsel);
158 evsel__output_resort(evsel, NULL);
227 static int test2(struct evsel *evsel, struct machine *machine)
230 struct hists *hists = evsel__hists(evsel);
258 evsel__output_resort(evsel, NULL);
283 static int test3(struct evsel *evsel, struct machine *machine)
286 struct hists *hists = evsel__hists(evsel);
312 evsel__output_resort(evsel, NULL);
357 static int test4(struct evsel *evsel, struct machine *machine)
360 struct hists *hists = evsel__hists(evsel);
390 evsel__output_resort(evsel, NULL);
459 static int test5(struct evsel *evsel, struct machine *machine)
462 struct hists *hists = evsel__hists(evsel);
493 evsel__output_resort(evsel, NULL);
583 struct evsel *evsel;
611 evsel = evlist__first(evlist);
614 err = testcases[i](evsel, machine);