Home
last modified time | relevance | path

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

/system/core/libprocinfo/
Dprocess_map_test.cpp31 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()
Dprocess_map_benchmark.cpp36 uint64_t pgoff, ino_t inode, const char* name) { in BM_ReadMapFile()
/system/core/libprocinfo/include/procinfo/
Dprocess_map.h38 uint64_t pgoff; in ReadMapFileContent() local
164 uint64_t pgoff; member
/system/core/libunwindstack/
DMaps.cpp65 [&](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/
Denvironment.h53 uint64_t pgoff; member
DOfflineUnwinder.cpp121 uint64_t pgoff = entry->pgoff; in CreateMapInfo() local
Dthread_tree.cpp91 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()
DInplaceSamplerClient.cpp161 uint64_t pgoff; in HandleMessage() local
Dthread_tree.h45 uint64_t pgoff; member
Drecord.cpp219 uint64_t pgoff, const std::string& filename, in MmapRecord()
270 uint64_t addr, uint64_t len, uint64_t pgoff, uint32_t prot, in Mmap2Record()
Drecord.h273 uint64_t pgoff; member
296 uint64_t pgoff; member
Dreport_lib_interface.cpp71 uint64_t pgoff; member
Denvironment.cpp266 ino_t, const char* name) { in GetThreadMmapsInProcess()
/system/core/libmeminfo/
Dprocmeminfo.cpp250 const char* name) { in ReadMaps()
398 const char* name) { in ForEachVmaFromFile()
/system/extras/perfprofd/scripts/
Dperf_proto_stack.py61 def add_map(self, start, length, pgoff, name): argument
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py209 def __init__(self, start, end, pgoff, filename_id, build_id_id): argument