Home
last modified time | relevance | path

Searched refs:ReadProcMemByPid (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_memory.h88 static size_t ReadProcMemByPid(const pid_t pid, const uint64_t addr, void* data, size_t size);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_hap.cpp156 auto size = DfxMemory::ReadProcMemByPid(pid, map->begin, abcDataPtr_.get(), abcDataSize_); in ParseHapMemData()
158 DFXLOGW("ReadProcMemByPid(%{public}d) return size(%{public}zu), real size(%{public}zu)", in ParseHapMemData()
H A Ddfx_memory.cpp355 size_t DfxMemory::ReadProcMemByPid(const pid_t pid, const uint64_t addr, void* data, size_t size) in ReadProcMemByPid() function in OHOS::HiviewDFX::DfxMemory
H A Ddfx_map.cpp359 size_t byte = DfxMemory::ReadProcMemByPid(pid, begin, shmmData->data(), size); in GetElf()
H A Dunwinder.cpp1313 size_t rsize = DfxMemory::ReadProcMemByPid(tid, lockAddr, buf, sz); in GetLockInfo()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp152 if (DfxMemory::ReadProcMemByPid(nsPid, addr, entrys, sizeof(FdEntry) * fds) != sizeof(FdEntry) * fds) { in FillFdsaninfo()
165 if (DfxMemory::ReadProcMemByPid(nsPid, tmp, &overflow, sizeof(overflow)) != sizeof(overflow)) { in FillFdsaninfo()
173 if (DfxMemory::ReadProcMemByPid(nsPid, overflow, &overflowLength, sizeof(overflowLength)) in FillFdsaninfo()
183 if (DfxMemory::ReadProcMemByPid(nsPid, address, overflowFdEntrys.data(), sizeof(FdEntry) * overflowLength) != in FillFdsaninfo()
H A Ddfx_unwind_async_thread.cpp101 size_t byte = DfxMemory::ReadProcMemByPid(thread_->threadInfo_.nsTid, map->begin, tableData->data(), size); in GetSubmitterStack()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmemory_test.cpp478 * @tc.desc: test DfxMemory class ReadProcMemByPid
503 DfxMemory::ReadProcMemByPid(pid, shmmMap->begin, shmmData->data(), shmmMap->end - shmmMap->begin); in HWTEST_F()

Completed in 7 milliseconds