mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-23 07:29:42 +00:00
spe code
Signed-off-by: yuyanqinghw <yuyanqing539@huawei.com>
This commit is contained in:
parent
4da4e65cf1
commit
8cb342e16d
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user