diff options
Diffstat (limited to 'tools/perf/util/event.c')
-rw-r--r-- | tools/perf/util/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/event.c b/tools/perf/util/event.c index 63df031fc9c7..49096ea58a15 100644 --- a/tools/perf/util/event.c +++ b/tools/perf/util/event.c | |||
@@ -213,7 +213,7 @@ static int perf_event__synthesize_mmap_events(struct perf_tool *tool, | |||
213 | &event->mmap.pgoff, | 213 | &event->mmap.pgoff, |
214 | execname); | 214 | execname); |
215 | 215 | ||
216 | if (n != 8) | 216 | if (n != 5) |
217 | continue; | 217 | continue; |
218 | 218 | ||
219 | if (prot[2] != 'x') | 219 | if (prot[2] != 'x') |