Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp565 void* addr, size_t length, int prot, int flags, int fd, off_t offset) in hook_mmap()
826 void* ohos_malloc_hook_mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in ohos_malloc_hook_mmap()
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp517 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dutilities.cpp498 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap()
Dperf_event_record.cpp472 u32 maj, u32 min, u64 ino, u32 prot, u32 flags, in PerfRecordMmap2()
/developtools/hiperf/src/
Dutilities.cpp712 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap()
Dperf_event_record.cpp471 u32 maj, u32 min, u64 ino, u32 prot, u32 flags, in PerfRecordMmap2()
/developtools/hiperf/include/
Dperf_record_format.h105 u32 prot; member