summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/perf.c b/linux/perf.c
index b7355e04..f3b805d7 100644
--- a/linux/perf.c
+++ b/linux/perf.c
@@ -199,6 +199,7 @@ static bool arch_perfCreate(run_t* run, pid_t pid, dynFileMethod_t method, int*
NULL, pem->aux_size, PROT_READ, MAP_SHARED, *perfFd, pem->aux_offset)) == MAP_FAILED) {
munmap(run->linux.perfMmapBuf, _HF_PERF_MAP_SZ + getpagesize());
run->linux.perfMmapBuf = NULL;
+ run->linux.perfMmapAux = NULL;
PLOG_W(
"mmap(mmapAuxBuf) failed, try increasing the kernel.perf_event_mlock_kb sysctl (up to "
"even 300000000)");