Lines Matching refs:metric_events
17 struct rblist *metric_events) in test_expand_events() argument
50 ret = evlist__expand_cgroup(evlist, cgrp_str, metric_events, false); in test_expand_events()
103 struct rblist metric_events; in expand_default_events() local
108 rblist__init(&metric_events); in expand_default_events()
109 ret = test_expand_events(evlist, &metric_events); in expand_default_events()
118 struct rblist metric_events; in expand_group_events() local
135 rblist__init(&metric_events); in expand_group_events()
136 ret = test_expand_events(evlist, &metric_events); in expand_group_events()
147 struct rblist metric_events; in expand_libpfm_events() local
169 rblist__init(&metric_events); in expand_libpfm_events()
170 ret = test_expand_events(evlist, &metric_events); in expand_libpfm_events()
180 struct rblist metric_events; in expand_metric_events() local
187 rblist__init(&metric_events); in expand_metric_events()
189 ret = metricgroup__parse_groups_test(evlist, pme_test, metric_str, &metric_events); in expand_metric_events()
195 ret = test_expand_events(evlist, &metric_events); in expand_metric_events()
198 metricgroup__rblist_exit(&metric_events); in expand_metric_events()