Searched defs:pgoff (Results 1 – 12 of 12) sorted by relevance
/system/libprocinfo/include/procinfo/ |
D | process_map.h | 52 uint64_t pgoff; member 108 uint64_t& pgoff, ino_t& inode, char** name, bool& shared, char** next_line) { in ParseMapsFileLine() 195 uint64_t pgoff; in ReadMapFileContent() local 219 uint64_t pgoff; in ReadMapFileContent() local
|
/system/extras/simpleperf/ |
D | environment.h | 57 uint64_t pgoff; member
|
D | thread_tree.h | 43 uint64_t pgoff; member
|
D | OfflineUnwinder.cpp | 191 uint64_t pgoff = entry->pgoff; in CreateMapInfo() local
|
D | thread_tree.cpp | 134 void ThreadTree::AddKernelMap(uint64_t start_addr, uint64_t len, uint64_t pgoff, in AddKernelMap() 167 void ThreadTree::AddThreadMap(int pid, int tid, uint64_t start_addr, uint64_t len, uint64_t pgoff, in AddThreadMap()
|
D | record.cpp | 263 uint64_t addr, uint64_t len, uint64_t pgoff, const std::string& filename, in MmapRecord() 312 uint64_t addr, uint64_t len, uint64_t pgoff, uint32_t prot, in Mmap2Record()
|
D | cmd_debug_unwind.cpp | 327 uint64_t pgoff = entry.map->pgoff; in UnwindRecord() local
|
D | record.h | 290 uint64_t pgoff; member 312 uint64_t pgoff; member
|
D | report_lib_interface.cpp | 73 uint64_t pgoff; member
|
/system/libprocinfo/ |
D | process_map_test.cpp | 82 uint64_t pgoff = 0; member 97 const char* name, bool shared) { in VerifyReadMapFileAsyncSafe()
|
/system/memory/libmeminfo/ |
D | procmeminfo.cpp | 299 uint64_t pgoff, ino_t inode, const char* name, bool shared) { in ForEachVmaFromMaps() 319 uint64_t pgoff, ino_t inode, const char* name, bool shared) { in ForEachVmaFromMaps()
|
/system/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 231 def __init__(self, start, end, pgoff, filename_id, build_id_id): argument
|