Home
last modified time | relevance | path

Searched refs:ThreadMmap (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Denvironment.h50 struct ThreadMmap { struct
56 ThreadMmap() {} in ThreadMmap() argument
57 ThreadMmap(uint64_t start, uint64_t len, uint64_t pgoff, const char* name, uint32_t prot) in ThreadMmap() function
61 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
Dinplace_sampler_lib.cpp90 std::map<uint64_t, ThreadMmap> maps_;
264 std::vector<ThreadMmap> maps; in CheckMapChange()
DJITDebugReader.cpp299 std::vector<ThreadMmap> thread_mmaps; in InitializeProcess()
530 std::vector<ThreadMmap> thread_mmaps; in ReadDexFileDebugInfo()
535 auto comp = [](const ThreadMmap& map, uint64_t addr) { in ReadDexFileDebugInfo()
Denvironment.cpp262 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess()
538 std::vector<ThreadMmap> thread_mmaps; in PrepareVdsoFile()
542 const ThreadMmap* vdso_map = nullptr; in PrepareVdsoFile()
Dcmd_record.cpp1141 std::vector<ThreadMmap> thread_mmaps; in DumpProcessMaps()