diff options
Diffstat (limited to 'tools/perf/tests/parse-no-sample-id-all.c')
-rw-r--r-- | tools/perf/tests/parse-no-sample-id-all.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/tests/parse-no-sample-id-all.c b/tools/perf/tests/parse-no-sample-id-all.c index 396e40d68922..8284752a60c8 100644 --- a/tools/perf/tests/parse-no-sample-id-all.c +++ b/tools/perf/tests/parse-no-sample-id-all.c | |||
@@ -87,10 +87,10 @@ int test__parse_no_sample_id_all(struct test *test __maybe_unused, int subtest _ | |||
87 | }, | 87 | }, |
88 | .id = 2, | 88 | .id = 2, |
89 | }; | 89 | }; |
90 | struct mmap_event event3 = { | 90 | struct perf_record_mmap event3 = { |
91 | .header = { | 91 | .header = { |
92 | .type = PERF_RECORD_MMAP, | 92 | .type = PERF_RECORD_MMAP, |
93 | .size = sizeof(struct mmap_event), | 93 | .size = sizeof(struct perf_record_mmap), |
94 | }, | 94 | }, |
95 | }; | 95 | }; |
96 | union perf_event *events[] = { | 96 | union perf_event *events[] = { |