/system/core/libprocinfo/ |
D | process_map_test.cpp | 31 const char* name) { maps.emplace_back(start, end, flags, pgoff, inode, name); })); in TEST() 60 const char* name) { maps.emplace_back(start, end, flags, pgoff, inode, name); })); in TEST()
|
D | process_map_benchmark.cpp | 36 uint64_t pgoff, ino_t inode, const char* name) { in BM_ReadMapFile()
|
/system/core/libprocinfo/include/procinfo/ |
D | process_map.h | 38 uint64_t pgoff; in ReadMapFileContent() local 164 uint64_t pgoff; member
|
/system/core/libunwindstack/ |
D | Maps.cpp | 65 [&](uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t, const char* name) { in Parse() 102 [&](uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t, const char* name) { in Parse()
|
/system/extras/simpleperf/ |
D | environment.h | 53 uint64_t pgoff; member
|
D | OfflineUnwinder.cpp | 121 uint64_t pgoff = entry->pgoff; in CreateMapInfo() local
|
D | thread_tree.cpp | 91 void ThreadTree::AddKernelMap(uint64_t start_addr, uint64_t len, uint64_t pgoff, in AddKernelMap() 115 uint64_t pgoff, const std::string& filename, uint32_t flags) { in AddThreadMap()
|
D | InplaceSamplerClient.cpp | 161 uint64_t pgoff; in HandleMessage() local
|
D | thread_tree.h | 45 uint64_t pgoff; member
|
D | record.cpp | 219 uint64_t pgoff, const std::string& filename, in MmapRecord() 270 uint64_t addr, uint64_t len, uint64_t pgoff, uint32_t prot, in Mmap2Record()
|
D | record.h | 273 uint64_t pgoff; member 296 uint64_t pgoff; member
|
D | report_lib_interface.cpp | 71 uint64_t pgoff; member
|
D | environment.cpp | 266 ino_t, const char* name) { in GetThreadMmapsInProcess()
|
/system/core/libmeminfo/ |
D | procmeminfo.cpp | 250 const char* name) { in ReadMaps() 398 const char* name) { in ForEachVmaFromFile()
|
/system/extras/perfprofd/scripts/ |
D | perf_proto_stack.py | 61 def add_map(self, start, length, pgoff, name): argument
|
/system/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 209 def __init__(self, start, end, pgoff, filename_id, build_id_id): argument
|