| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 652 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/ |
| D | perf_record_format.h | 106 u32 prot; member
|
| D | utilities.h | 375 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset);
|
| D | perf_event_record.h | 192 u64 ino, u32 prot, u32 flags, const std::string &filename);
|
| /developtools/hiperf/src/ |
| D | perf_event_record.cpp | 573 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()
|
| D | virtual_runtime.cpp | 659 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()
|
| D | utilities.cpp | 792 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/ |
| D | perf_event_record_test.cpp | 102 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/ |
| D | utilities.h | 330 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset);
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 534 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/ |
| D | perf_event.h.patch | 383 * u32 prot, flags;
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 17803 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
|