Lines Matching refs:evlist
36 static int count_pfm_events(struct perf_evlist *evlist) in count_pfm_events() argument
41 perf_evlist__for_each_entry(evlist, evsel) { in count_pfm_events()
49 struct evlist *evlist; in test__pfm_events() local
87 evlist = evlist__new(); in test__pfm_events()
88 if (evlist == NULL) in test__pfm_events()
91 opt.value = evlist; in test__pfm_events()
96 count_pfm_events(&evlist->core), in test__pfm_events()
99 evlist->nr_groups, in test__pfm_events()
102 evlist__delete(evlist); in test__pfm_events()
109 struct evlist *evlist; in test__pfm_group() local
161 evlist = evlist__new(); in test__pfm_group()
162 if (evlist == NULL) in test__pfm_group()
165 opt.value = evlist; in test__pfm_group()
170 count_pfm_events(&evlist->core), in test__pfm_group()
173 evlist->nr_groups, in test__pfm_group()
176 evlist__delete(evlist); in test__pfm_group()