aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-record.c')
-rw-r--r--tools/perf/builtin-record.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c
index d4f0430c2f49..d31d7a5a1be3 100644
--- a/tools/perf/builtin-record.c
+++ b/tools/perf/builtin-record.c
@@ -1275,7 +1275,7 @@ static int record__synthesize(struct record *rec, bool tail)
1275 if (err) 1275 if (err)
1276 goto out; 1276 goto out;
1277 1277
1278 err = perf_event__synthesize_thread_map2(&rec->tool, rec->evlist->threads, 1278 err = perf_event__synthesize_thread_map2(&rec->tool, rec->evlist->core.threads,
1279 process_synthesized_event, 1279 process_synthesized_event,
1280 NULL); 1280 NULL);
1281 if (err < 0) { 1281 if (err < 0) {
@@ -1295,7 +1295,7 @@ static int record__synthesize(struct record *rec, bool tail)
1295 if (err < 0) 1295 if (err < 0)
1296 pr_warning("Couldn't synthesize bpf events.\n"); 1296 pr_warning("Couldn't synthesize bpf events.\n");
1297 1297
1298 err = __machine__synthesize_threads(machine, tool, &opts->target, rec->evlist->threads, 1298 err = __machine__synthesize_threads(machine, tool, &opts->target, rec->evlist->core.threads,
1299 process_synthesized_event, opts->sample_address, 1299 process_synthesized_event, opts->sample_address,
1300 1); 1300 1);
1301out: 1301out: