Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.h49 struct ThreadMmap { struct
55 ThreadMmap() {} in ThreadMmap() argument
56 ThreadMmap(uint64_t start, uint64_t len, uint64_t pgoff, const char* name, uint32_t prot) in ThreadMmap() function
60 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
DJITDebugReader.h62 std::shared_ptr<ThreadMmap> extracted_dex_file_map;
76 const std::shared_ptr<ThreadMmap>& extracted_dex_file_map) in JITDebugInfo()
DJITDebugReader.cpp447 std::vector<ThreadMmap> thread_mmaps; in InitializeProcess()
716 std::vector<ThreadMmap> thread_mmaps; in ReadDexFileDebugInfo()
721 auto comp = [](const ThreadMmap& map, uint64_t addr) { in ReadDexFileDebugInfo()
737 std::shared_ptr<ThreadMmap> extracted_dex_file_map; in ReadDexFileDebugInfo()
740 extracted_dex_file_map = std::make_shared<ThreadMmap>(*it); in ReadDexFileDebugInfo()
Denvironment.cpp237 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess()
522 std::vector<ThreadMmap> thread_mmaps; in PrepareVdsoFile()
526 const ThreadMmap* vdso_map = nullptr; in PrepareVdsoFile()
Dcmd_record.cpp1234 std::vector<ThreadMmap> thread_mmaps; in DumpProcessMaps()
1415 ThreadMmap& map = *info.extracted_dex_file_map; in ProcessJITDebugInfo()