/system/core/libunwindstack/benchmarks/ |
D | unwind_benchmarks.cpp | 31 size_t Call6(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call6() 39 size_t Call5(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call5() 43 size_t Call4(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call4() 47 size_t Call3(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call3() 51 size_t Call2(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call2() 55 size_t Call1(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call1() 61 unwindstack::LocalMaps maps; in BM_uncached_unwind() local 74 unwindstack::LocalMaps maps; in BM_cached_unwind() local
|
D | ElfBenchmark.cpp | 81 static void InitializeBuildId(benchmark::State& state, unwindstack::Maps& maps, in InitializeBuildId() 103 unwindstack::LocalMaps maps; in BM_elf_get_build_id_from_object() local 127 unwindstack::LocalMaps maps; in BM_elf_get_build_id_from_file() local
|
D | MapsBenchmark.cpp | 46 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
|
D | Utils.cpp | 50 const std::vector<android::meminfo::Vma>& maps = proc_mem.MapsWithoutUsageStats(); in GatherRss() local
|
/system/core/libunwindstack/tests/ |
D | MapsTest.cpp | 29 BufferMaps maps(line.c_str()); in VerifyLine() local 47 Maps maps; in TEST() local 65 Maps maps; in TEST() local 175 BufferMaps maps( in TEST() local 229 BufferMaps maps( in TEST() local 265 BufferMaps maps( in TEST() local 292 BufferMaps maps( in TEST() local 310 BufferMaps maps( in TEST() local 328 BufferMaps maps( in TEST() local 365 FileMaps maps(tf.path); in TEST() local [all …]
|
D | UnwindTest.cpp | 129 static void VerifyUnwind(pid_t pid, Maps* maps, Regs* regs, in VerifyUnwind() 164 std::unique_ptr<Maps> maps; in InnerFunction() local 258 RemoteMaps maps(pid); in TEST_F() local 319 RemoteMaps maps(*pid); in RemoteUnwind() local 381 LocalMaps maps; in TEST_F() local 417 RemoteMaps maps(pid); in RemoteThroughSignal() local 449 LocalMaps maps; in TEST_F() local
|
D | MapInfoCreateMemoryTest.cpp | 284 Maps maps; in TEST_F() local 324 Maps maps; in TEST_F() local 371 Maps maps; in TEST_F() local
|
/system/core/libprocinfo/ |
D | process_map_benchmark.cpp | 34 std::vector<android::procinfo::MapInfo> maps; in BM_ReadMapFile() local 47 unwindstack::FileMaps maps(map_file); in BM_unwindstack_FileMaps() local 59 unwindstack::BufferMaps maps(content.c_str()); in BM_unwindstack_BufferMaps() local
|
D | process_map_test.cpp | 32 std::vector<android::procinfo::MapInfo> maps; in TEST() local 61 std::vector<android::procinfo::MapInfo> maps; in TEST() local
|
/system/extras/simpleperf/ |
D | OfflineUnwinder_test.cpp | 27 bool CheckUnwindMaps(UnwindMaps& maps, const MapSet& map_set) { in CheckUnwindMaps() 57 UnwindMaps maps; in TEST() local
|
D | thread_tree.h | 75 std::map<uint64_t, const MapEntry*> maps; // Map from start_addr to a MapEntry. member 85 std::shared_ptr<MapSet> maps; // maps is shared by threads in the same process. member
|
D | thread_tree.cpp | 77 std::shared_ptr<MapSet> maps; in CreateThread() local 168 void ThreadTree::InsertMap(MapSet& maps, const MapEntry& entry) { in InsertMap()
|
/system/memory/libmeminfo/tools/ |
D | procmem.cpp | 98 static int show(const MemUsage& proc_stats, const std::vector<Vma>& maps) { in show() 195 std::vector<Vma> maps(proc.Maps()); in main() local
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 85 unwindstack::Maps* maps) { in get_stack_overflow_cause() 115 static void dump_probable_cause(log_t* log, const siginfo_t* si, unwindstack::Maps* maps, in dump_probable_cause() 233 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_all_maps() local 358 void dump_memory_and_code(log_t* log, unwindstack::Maps* maps, unwindstack::Memory* memory, in dump_memory_and_code() 428 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_thread() local
|
/system/core/libunwindstack/ |
D | Global.cpp | 60 void Global::FindAndReadVariable(Maps* maps, const char* var_str) { in FindAndReadVariable()
|
D | DexFiles.cpp | 132 void DexFiles::Init(Maps* maps) { in Init() 175 void DexFiles::GetMethodInformation(Maps* maps, MapInfo* info, uint64_t dex_pc, in GetMethodInformation()
|
D | JitDebug.cpp | 174 void JitDebug::Init(Maps* maps) { in Init() 184 Elf* JitDebug::GetElf(Maps* maps, uint64_t pc) { in GetElf()
|
D | Unwinder.cpp | 401 Maps* maps = GetMaps(); in BuildFrameFromPcOnly() local
|
/system/core/libunwindstack/tests/fuzz/ |
D | UnwinderFuzz.cpp | 71 std::unique_ptr<Maps> maps = GetMaps(&data_provider); in LLVMFuzzerTestOneInput() local
|
D | UnwinderComponentCreator.cpp | 58 void ElfAddMapInfo(Maps* maps, uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in ElfAddMapInfo() 113 std::unique_ptr<Maps> maps = std::make_unique<Maps>(); in GetMaps() local
|
/system/core/libbacktrace/ |
D | UnwindStackMap.cpp | 102 unwindstack::Maps* maps = stack_maps(); in GetFunctionName() local
|
D | backtrace_benchmarks.cpp | 79 std::vector<void*> maps; in CreateMap() local
|
/system/memory/libmeminfo/ |
D | libmeminfo_test.cpp | 61 const std::vector<Vma>& maps = proc_mem.Maps(); in TEST() local 67 const std::vector<Vma>& maps = proc_mem.Maps(); in TEST() local 87 const std::vector<Vma>& maps = proc_mem.MapsWithoutUsageStats(); in TEST() local 106 const std::vector<Vma>& maps = proc_mem.MapsWithoutUsageStats(); in TEST() local 145 const std::vector<Vma>& maps = proc_mem.MapsWithoutUsageStats(); in TEST() local
|
/system/core/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 66 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 70 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder()
|
/system/core/libprocinfo/include/procinfo/ |
D | process_map.h | 173 inline bool ReadProcessMaps(pid_t pid, std::vector<MapInfo>* maps) { in ReadProcessMaps()
|