Signed-off-by: yuyanqinghw <yuyanqing539@huawei.com>
This commit is contained in:
yuyanqinghw 2024-08-18 18:35:02 +08:00
parent 4da4e65cf1
commit 8cb342e16d

View File

@ -1392,7 +1392,7 @@ void PerfEvents::ReadRecordsFromMmaps()
u64 auxSize = 0;
MoveRecordToBuf(*MmapRecordHeap_.front(), auxEvent, auxOffset, auxSize, pid, tid);
if (isSpe_ && auxEvent) {
ReadRecordsFromSpeMmaps(*MmapRecordHeap_.front(), auxOffset. auxSize, pid, tid);
ReadRecordsFromSpeMmaps(*MmapRecordHeap_.front(), auxOffset, auxSize, pid, tid);
enableFlag = true;
}
}