Lines Matching refs:evlist
15 static int count_pfm_events(struct perf_evlist *evlist) in count_pfm_events() argument
20 perf_evlist__for_each_entry(evlist, evsel) { in count_pfm_events()
29 struct evlist *evlist; in test__pfm_events() local
67 evlist = evlist__new(); in test__pfm_events()
68 if (evlist == NULL) in test__pfm_events()
71 opt.value = evlist; in test__pfm_events()
76 count_pfm_events(&evlist->core), in test__pfm_events()
79 evlist->core.nr_groups, in test__pfm_events()
82 evlist__delete(evlist); in test__pfm_events()
90 struct evlist *evlist; in test__pfm_group() local
152 evlist = evlist__new(); in test__pfm_group()
153 if (evlist == NULL) in test__pfm_group()
156 opt.value = evlist; in test__pfm_group()
161 count_pfm_events(&evlist->core), in test__pfm_group()
164 evlist->core.nr_groups, in test__pfm_group()
167 evlist__delete(evlist); in test__pfm_group()