Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp652 inline void SendMmapFileRawData(int prot, int flags, off_t offset, const std::string& filePath, in SendMmapFileRawData() argument
661 if (prot & PROT_EXEC) { in SendMmapFileRawData()
676 void* addr, size_t length, int prot, int flags, int fd, off_t offset) in hook_mmap() argument
680 ret = fn(addr, length, prot, flags, fd, offset); in hook_mmap()
730 SendMmapFileRawData(prot, flags, offset, fileName, rawdata, holder); in hook_mmap()
969 void* ohos_malloc_hook_mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in ohos_malloc_hook_mmap() argument
972 void* ret = hook_mmap(GetDispatch()->mmap, addr, length, prot, flags, fd, offset); in ohos_malloc_hook_mmap()
/developtools/hiperf/include/
Dperf_record_format.h106 u32 prot; member
Dutilities.h375 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset);
Dperf_event_record.h192 u64 ino, u32 prot, u32 flags, const std::string &filename);
/developtools/hiperf/src/
Dperf_event_record.cpp573 u32 maj, u32 min, u64 ino, u32 prot, u32 flags, in PerfRecordMmap2() argument
586 data_.prot = prot; in PerfRecordMmap2()
607 DfxMap::PermsToProts(item->perms, data_.prot, data_.flags); in PerfRecordMmap2()
635 PrintIndent(indent, "prot %u, flags %u, filename %s\n", data_.prot, data_.flags, in DumpData()
Dvirtual_runtime.cpp659 if ((recordMmap2.data_.prot & PROT_EXEC) != 0) { in CheckValidSandBoxMmap()
716 0, 0, 0, recordMmap2.data_.prot, 0, curMap->name); in CheckValidSandBoxMmap()
751 … recordMmap2.data_.addr + recordMmap2.data_.len, recordMmap2.data_.pgoff, recordMmap2.data_.prot); in UpdateFromRecord()
Dutilities.cpp792 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap() argument
/developtools/hiperf/test/unittest/common/native/
Dperf_event_record_test.cpp102 data.maj, data.min, data.ino, data.prot, data.flags, data.filename};
132 ASSERT_EQ(recordOut.data_.prot, data.prot);
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h330 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset);
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp534 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap() argument
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch383 * u32 prot, flags;
/developtools/profiler/hiebpf/include/
Dvmlinux.h17803 int prot; member
35847 u32 prot; member
37911 pgprot_t prot; member
43819 int prot; member
45090 u32 prot; member
70337 int prot; member
111939 pgprot_t prot; member
111961 pgprot_t prot; member
154322 struct proto *prot; member