libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
[linux-2.6-microblaze.git] / tools / perf / tests / bpf.c
index c72adbd..33bda9c 100644 (file)
@@ -151,7 +151,7 @@ static int do_test(struct bpf_object *obj, int (*func)(void),
        }
 
        evlist__splice_list_tail(evlist, &parse_state.list);
-       evlist->nr_groups = parse_state.nr_groups;
+       evlist->core.nr_groups = parse_state.nr_groups;
 
        evlist__config(evlist, &opts, NULL);