Searched defs:pgoff (Results 1 – 12 of 12) sorted by relevance
| /system/libprocinfo/include/procinfo/ |
| D | process_map.h | 37 uint64_t pgoff; member 93 uint64_t& pgoff, ino_t& inode, char** name, bool& shared, char** next_line) { in ParseMapsFileLine() 180 uint64_t pgoff; in ReadMapFileContent() local 204 uint64_t pgoff; in ReadMapFileContent() local
|
| /system/extras/simpleperf/ |
| D | environment.h | 57 uint64_t pgoff; member
|
| D | OfflineUnwinder.cpp | 191 uint64_t pgoff = entry->pgoff; in CreateMapInfo() local
|
| D | thread_tree.h | 43 uint64_t pgoff; member
|
| 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 | 262 uint64_t addr, uint64_t len, uint64_t pgoff, const std::string& filename, in MmapRecord() 311 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 | 289 uint64_t pgoff; member 311 uint64_t pgoff; member
|
| D | report_lib_interface.cpp | 73 uint64_t pgoff; member
|
| /system/libprocinfo/ |
| D | process_map_test.cpp | 81 uint64_t pgoff = 0; member 96 const char* name, bool shared) { in VerifyReadMapFileAsyncSafe()
|
| /system/memory/libmeminfo/ |
| D | procmeminfo.cpp | 270 uint64_t pgoff, ino_t inode, const char* name, bool shared) { in ForEachVmaFromMaps() 290 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
|