Home
last modified time | relevance | path

Searched defs:maps (Results 1 – 25 of 34) sorted by relevance

12

/system/unwinding/libunwindstack/tests/
DMapsTest.cpp29 BufferMaps maps(line.c_str()); in VerifyLine() local
47 Maps maps; in TEST() local
83 Maps maps; in TEST() local
193 BufferMaps maps( in TEST() local
247 BufferMaps maps( in TEST() local
283 BufferMaps maps( in TEST() local
310 BufferMaps maps( in TEST() local
328 BufferMaps maps( in TEST() local
346 BufferMaps maps( in TEST() local
383 FileMaps maps(tf.path); in TEST() local
[all …]
DMapInfoCreateMemoryTest.cpp283 Maps maps; in TEST_F() local
323 Maps maps; in TEST_F() local
370 Maps maps; in TEST_F() local
401 Maps maps; in TEST_F() local
445 Maps maps; in TEST_F() local
DUnwindTest.cpp149 static void VerifyUnwind(pid_t pid, Maps* maps, Regs* regs, in VerifyUnwind()
187 std::unique_ptr<Maps> maps; in InnerFunction() local
278 RemoteMaps maps(pid_); in RemoteThroughSignal() local
322 RemoteMaps maps(pid_); in TEST_F() local
346 RemoteMaps maps(*pid); in RemoteUnwind() local
415 LocalMaps maps; in TEST_F() local
446 LocalMaps maps; in TEST_F() local
531 LocalMaps maps; in TEST_F() local
681 LocalUpdatableMaps maps; in TEST_F() local
DMapInfoGetElfTest.cpp414 void MapInfoGetElfTest::InitMapInfo(std::vector<std::shared_ptr<MapInfo>>& maps, bool in_memory) { in InitMapInfo()
431 std::vector<std::shared_ptr<MapInfo>> maps; in TEST_F() local
464 std::vector<std::shared_ptr<MapInfo>> maps; in TEST_F() local
DGlobalTest.cpp50 void TestFindAndReadVariable(Maps* maps, const char* var_str) { in TestFindAndReadVariable()
/system/unwinding/libunwindstack/benchmarks/
Dlocal_unwind_benchmarks.cpp37 unwindstack::Maps* maps; member
81 unwindstack::LocalMaps maps; in BM_local_unwind_uncached_process_memory() local
93 unwindstack::LocalMaps maps; in BM_local_unwind_cached_process_memory() local
153 unwindstack::LocalUpdatableMaps maps; in BM_local_unwind_local_updatable_maps_uncached() local
165 unwindstack::LocalUpdatableMaps maps; in BM_local_unwind_local_updatable_maps_cached() local
177 unwindstack::LocalUpdatableMaps maps; in BM_local_unwind_local_updatable_maps_thread_cached() local
189 unwindstack::LocalMaps maps; in BM_local_unwind_uncached_process_memory_no_func_names() local
201 unwindstack::LocalMaps maps; in BM_local_unwind_cached_process_memory_no_func_names() local
213 unwindstack::LocalUpdatableMaps maps; in BM_local_unwind_local_updatable_maps_uncached_no_func_names() local
225 unwindstack::LocalUpdatableMaps maps; in BM_local_unwind_local_updatable_maps_cached_no_func_names() local
[all …]
DMapsBenchmark.cpp46 std::string maps; in CreateMap() local
59 BenchmarkLocalUpdatableMaps maps; in ReparseBenchmark() local
103 TemporaryFile maps; in BM_local_updatable_maps_reparse_same_maps_small() local
111 TemporaryFile maps; in BM_local_updatable_maps_reparse_same_maps_large() local
DElfBenchmark.cpp68 static void InitializeBuildId(benchmark::State& state, unwindstack::Maps& maps, in InitializeBuildId()
90 unwindstack::LocalMaps maps; in BM_elf_get_build_id_from_object() local
114 unwindstack::LocalMaps maps; in BM_elf_get_build_id_from_file() local
DUtils.cpp67 const std::vector<android::meminfo::Vma>& maps = proc_mem.MapsWithoutUsageStats(); in GetRSSBytes() local
Dremote_unwind_benchmarks.cpp109 unwindstack::RemoteMaps maps(pid); in RemoteUnwind() local
/system/libprocinfo/
Dprocess_map_benchmark.cpp33 std::vector<android::procinfo::MapInfo> maps; in BM_ReadMapFile() local
44 unwindstack::FileMaps maps(map_file); in BM_unwindstack_FileMaps() local
56 unwindstack::BufferMaps maps(content.c_str()); in BM_unwindstack_BufferMaps() local
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder()
62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder()
126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder()
156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument
160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument
161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
/system/unwinding/libunwindstack/
DGlobalDebugImpl.h132 bool ForEachSymfile(Maps* maps, uint64_t pc, Callback callback) { in ForEachSymfile()
170 bool GetFunctionName(Maps* maps, uint64_t pc, SharedString* name, uint64_t* offset) { in GetFunctionName()
177 Symfile* Find(Maps* maps, uint64_t pc) { in Find()
197 bool ReadAllEntries(Maps* maps) { in ReadAllEntries()
213 bool ReadAllEntries(Maps* maps, bool* race) { in ReadAllEntries()
234 bool ReadNewEntries(Maps* maps, std::map<UID, std::shared_ptr<Symfile>>* entries, bool* race) { in ReadNewEntries()
DDexFiles.cpp30 bool GlobalDebugInterface<DexFile>::Load(Maps* maps, std::shared_ptr<Memory>& memory, uint64_t addr, in Load()
DThreadUnwinder.cpp70 ThreadUnwinder::ThreadUnwinder(size_t max_frames, Maps* maps) in ThreadUnwinder()
73 ThreadUnwinder::ThreadUnwinder(size_t max_frames, Maps* maps, in ThreadUnwinder()
DGlobal.cpp62 void Global::FindAndReadVariable(Maps* maps, const char* var_str) { in FindAndReadVariable()
/system/extras/simpleperf/
DOfflineUnwinder_test.cpp27 bool CheckUnwindMaps(UnwindMaps& maps, const MapSet& map_set) { in CheckUnwindMaps()
58 UnwindMaps maps; in TEST() local
Dthread_tree.h71 std::map<uint64_t, const MapEntry*> maps; // Map from start_addr to a MapEntry. member
81 std::shared_ptr<MapSet> maps; // maps is shared by threads in the same process. member
Dthread_tree.cpp98 std::shared_ptr<MapSet> maps; in CreateThread() local
178 auto maps = thread->maps; in AddThreadMapsForDsoSymbols() local
251 void ThreadTree::InsertMap(MapSet& maps, const MapEntry& entry) { in InsertMap()
/system/unwinding/libunwindstack/utils/
DProcessTracer.cpp181 std::unique_ptr<Maps> maps = std::make_unique<RemoteMaps>(pid); in UsesSharedLibrary() local
204 Maps* maps = unwinder.GetMaps(); in ProcIsInDesiredElf() local
DOfflineUnwindUtils.h165 std::unique_ptr<Maps> maps; member
/system/memory/libmeminfo/tools/
Dprocmem.cpp99 static int show(const MemUsage& proc_stats, const std::vector<Vma>& maps) { in show()
196 std::vector<Vma> maps(proc.Maps()); in main() local
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderFuzz.cpp71 std::unique_ptr<Maps> maps = GetMaps(&data_provider); in LLVMFuzzerTestOneInput() local
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp98 unwindstack::Maps* maps) { in get_stack_overflow_cause()
224 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_probable_cause() local
411 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_registers() local
536 static void dump_mappings(Tombstone* tombstone, unwindstack::Maps* maps, in dump_mappings()
/system/memory/libmeminfo/
Dlibmeminfo_test.cpp70 const std::vector<Vma>& maps = proc_mem.Maps(); in TEST() local
76 const std::vector<Vma>& maps = proc_mem.Maps(); in TEST() local
96 const std::vector<Vma>& maps = proc_mem.MapsWithoutUsageStats(); in TEST() local
115 const std::vector<Vma>& maps = proc_mem.MapsWithoutUsageStats(); in TEST() local
142 const std::vector<Vma>& maps = proc_mem.MapsWithoutUsageStats(); in TEST() local
179 const std::vector<Vma>& maps = proc_mem.MapsWithoutUsageStats(); in TEST() local

12