Home
last modified time | relevance | path

Searched defs:pgoff (Results 1 – 12 of 12) sorted by relevance

/system/libprocinfo/include/procinfo/
Dprocess_map.h52 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/
Denvironment.h57 uint64_t pgoff; member
Dthread_tree.h43 uint64_t pgoff; member
DOfflineUnwinder.cpp191 uint64_t pgoff = entry->pgoff; in CreateMapInfo() local
Dthread_tree.cpp134 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()
Drecord.cpp263 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()
Dcmd_debug_unwind.cpp327 uint64_t pgoff = entry.map->pgoff; in UnwindRecord() local
Drecord.h290 uint64_t pgoff; member
312 uint64_t pgoff; member
Dreport_lib_interface.cpp73 uint64_t pgoff; member
/system/libprocinfo/
Dprocess_map_test.cpp82 uint64_t pgoff = 0; member
97 const char* name, bool shared) { in VerifyReadMapFileAsyncSafe()
/system/memory/libmeminfo/
Dprocmeminfo.cpp299 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/
Dpprof_proto_generator.py231 def __init__(self, start, end, pgoff, filename_id, build_id_id): argument