Home
last modified time | relevance | path

Searched refs:mmap2FirstSeg (Results 1 – 1 of 1) sorted by relevance

/developtools/hiperf/src/
Dvirtual_runtime.cpp693 std::unique_ptr<PerfRecordMmap2> mmap2FirstSeg = in CheckValidSandBoxMmap() local
696 …UpdateThreadMaps(mmap2FirstSeg->data_.pid, mmap2FirstSeg->data_.tid, mmap2FirstSeg->data_.filename, in CheckValidSandBoxMmap()
697 mmap2FirstSeg->data_.addr, mmap2FirstSeg->data_.len, mmap2FirstSeg->data_.pgoff); in CheckValidSandBoxMmap()
698 recordCallBack_(std::move(mmap2FirstSeg)); in CheckValidSandBoxMmap()
704 std::unique_ptr<PerfRecordMmap2> mmap2FirstSeg = in CheckValidSandBoxMmap() local
707 UpdateThreadMaps(mmap2FirstSeg->data_.pid, mmap2FirstSeg->data_.tid, curMap->name, in CheckValidSandBoxMmap()
708 mmap2FirstSeg->data_.addr, mmap2FirstSeg->data_.len, mmap2FirstSeg->data_.pgoff); in CheckValidSandBoxMmap()
709 recordCallBack_(std::move(mmap2FirstSeg)); in CheckValidSandBoxMmap()