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