Home
last modified time | relevance | path

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

/system/libprocinfo/include/procinfo/
Dprocess_map.h37 uint64_t pgoff; member
93 uint64_t& pgoff, ino_t& inode, char** name, bool& shared, char** next_line) { in ParseMapsFileLine()
179 uint64_t pgoff; in ReadMapFileContent() local
203 uint64_t pgoff; in ReadMapFileContent() local
/system/extras/simpleperf/
Denvironment.h57 uint64_t pgoff; member
DOfflineUnwinder.cpp147 uint64_t pgoff = entry->pgoff; in CreateMapInfo() local
Dthread_tree.h43 uint64_t pgoff; member
Dthread_tree.cpp125 void ThreadTree::AddKernelMap(uint64_t start_addr, uint64_t len, uint64_t pgoff, in AddKernelMap()
158 void ThreadTree::AddThreadMap(int pid, int tid, uint64_t start_addr, uint64_t len, uint64_t pgoff, in AddThreadMap()
Drecord.cpp225 uint64_t addr, uint64_t len, uint64_t pgoff, const std::string& filename, in MmapRecord()
271 uint64_t addr, uint64_t len, uint64_t pgoff, uint32_t prot, in Mmap2Record()
Drecord.h275 uint64_t pgoff; member
297 uint64_t pgoff; member
Dreport_lib_interface.cpp70 uint64_t pgoff; member
/system/libprocinfo/
Dprocess_map_test.cpp81 uint64_t pgoff = 0; member
96 const char* name, bool shared) { in VerifyReadMapFileAsyncSafe()
/system/memory/libmeminfo/
Dprocmeminfo.cpp228 uint64_t pgoff, ino_t inode, const char* name, bool shared) { in ForEachVmaFromMaps()
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py209 def __init__(self, start, end, pgoff, filename_id, build_id_id): argument