diff options
Diffstat (limited to 'tools/perf/util/parse-events.c')
-rw-r--r-- | tools/perf/util/parse-events.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c index decb66d243ca..8c9928feb38a 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c | |||
@@ -332,8 +332,8 @@ __add_event(struct list_head *list, int *idx, | |||
332 | return NULL; | 332 | return NULL; |
333 | 333 | ||
334 | (*idx)++; | 334 | (*idx)++; |
335 | evsel->cpus = cpu_map__get(cpus); | 335 | evsel->cpus = perf_cpu_map__get(cpus); |
336 | evsel->own_cpus = cpu_map__get(cpus); | 336 | evsel->own_cpus = perf_cpu_map__get(cpus); |
337 | evsel->system_wide = pmu ? pmu->is_uncore : false; | 337 | evsel->system_wide = pmu ? pmu->is_uncore : false; |
338 | evsel->auto_merge_stats = auto_merge_stats; | 338 | evsel->auto_merge_stats = auto_merge_stats; |
339 | 339 | ||