/developtools/profiler/device/plugins/native_hook/src/ |
D | hook_client.cpp | 599 inline void SendMmapFileRawData(int prot, int flags, off_t offset, const std::string& filePath, in SendMmapFileRawData() argument 608 if (prot & PROT_EXEC) { in SendMmapFileRawData() 623 void* addr, size_t length, int prot, int flags, int fd, off_t offset) in hook_mmap() argument 627 ret = fn(addr, length, prot, flags, fd, offset); in hook_mmap() 687 SendMmapFileRawData(prot, flags, offset, fileName, rawdata, holder); in hook_mmap() 954 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 957 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 | 105 u32 prot; member
|
D | utilities.h | 356 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset);
|
D | perf_event_record.h | 189 u64 ino, u32 prot, u32 flags, const std::string &filename);
|
/developtools/hiperf/src/ |
D | perf_event_record.cpp | 479 u32 maj, u32 min, u64 ino, u32 prot, u32 flags, in PerfRecordMmap2() argument 492 data_.prot = prot; in PerfRecordMmap2() 513 data_.prot = item.type_; in PerfRecordMmap2() 542 PrintIndent(indent, "prot %u, flags %u, filename %s\n", data_.prot, data_.flags, in DumpData()
|
D | utilities.cpp | 824 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap() argument
|
D | virtual_runtime.cpp | 106 if (mmapRecord->data_.pgoff == 0 || (mmapRecord->data_.prot & PROT_EXEC) == 0) { in CreateThread()
|
/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 | 314 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 | 517 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap() argument
|
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_perf_event/ |
D | perf_event.h.patch | 383 * u32 prot, flags;
|
/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
|