/system/core/libunwindstack/benchmarks/ |
D | unwind_benchmarks.cpp | 32 size_t Call6(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call6() 40 size_t Call5(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call5() 44 size_t Call4(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call4() 48 size_t Call3(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call3() 52 size_t Call2(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call2() 56 size_t Call1(std::shared_ptr<unwindstack::Memory>& process_memory, unwindstack::Maps* maps) { in Call1() 62 unwindstack::LocalMaps maps; in BM_uncached_unwind() local 75 unwindstack::LocalMaps maps; in BM_cached_unwind() local 86 static void Initialize(benchmark::State& state, unwindstack::Maps& maps, in Initialize() 108 unwindstack::LocalMaps maps; in BM_get_build_id_from_elf() local [all …]
|
/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 | 289 Maps maps; in TEST_F() local 329 Maps maps; in TEST_F() local 376 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 | 27 std::vector<android::procinfo::MapInfo> maps; in TEST() local 56 std::vector<android::procinfo::MapInfo> maps; in TEST() local
|
/system/core/libbacktrace/ |
D | UnwindStackMap.cpp | 102 unwindstack::Maps* maps = stack_maps(); in GetFunctionName() local 149 unwindstack::Maps* maps = new unwindstack::Maps; in Build() local 196 BacktraceMap* BacktraceMap::CreateOffline(pid_t pid, const std::vector<backtrace_map_t>& maps) { in CreateOffline()
|
D | backtrace_benchmarks.cpp | 79 std::vector<void*> maps; in CreateMap() local
|
D | UnwindStack.cpp | 242 const std::vector<backtrace_map_t>& maps, in CreateOffline()
|
D | backtrace_offline_test.cpp | 186 std::vector<backtrace_map_t> maps; member
|
/system/core/debuggerd/libdebuggerd/test/ |
D | tombstone_test.cpp | 379 unwindstack::Maps maps; in TEST_F() local 463 unwindstack::Maps maps; in TEST_F() local 553 unwindstack::Maps maps; in TEST_F() local 681 unwindstack::Maps maps; in TEST_F() local
|
/system/core/libmeminfo/tools/ |
D | procmem.cpp | 97 static int show(const MemUsage& proc_stats, const std::vector<Vma>& maps) { in show() 186 std::vector<Vma> maps(proc.Maps()); in main() local
|
D | librank.cpp | 171 const std::vector<Vma> maps = pmem.Maps(); in scan_libs_per_process() local
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 89 static void dump_probable_cause(log_t* log, const siginfo_t* si, unwindstack::Maps* maps) { in dump_probable_cause() 157 static void dump_stack_segment(log_t* log, unwindstack::Maps* maps, unwindstack::Memory* memory, in dump_stack_segment() 197 unwindstack::Maps* maps, unwindstack::Memory* memory) { in dump_stack() 301 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_all_maps() local 426 void dump_memory_and_code(log_t* log, unwindstack::Maps* maps, unwindstack::Memory* memory, in dump_memory_and_code() 474 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_thread() local
|
/system/core/libunwindstack/ |
D | DexFiles.cpp | 121 void DexFiles::Init(Maps* maps) { in Init() 157 void DexFiles::GetMethodInformation(Maps* maps, MapInfo* info, uint64_t dex_pc, in GetMethodInformation()
|
D | Global.cpp | 66 void Global::FindAndReadVariable(Maps* maps, const char* var_str) { in FindAndReadVariable()
|
D | JitDebug.cpp | 173 void JitDebug::Init(Maps* maps) { in Init() 183 Elf* JitDebug::GetElf(Maps* maps, uint64_t pc) { in GetElf()
|
/system/extras/simpleperf/ |
D | thread_tree.h | 64 std::map<uint64_t, const MapEntry*> maps; // Map from start_addr to a MapEntry. member 72 MapSet* maps; member
|
D | thread_tree.cpp | 72 MapSet* maps = nullptr; in CreateThread() local 155 void ThreadTree::InsertMap(MapSet& maps, const MapEntry& entry) { in InsertMap() 185 static const MapEntry* FindMapByAddr(const MapSet& maps, uint64_t addr) { in FindMapByAddr()
|
D | inplace_sampler_lib.cpp | 264 std::vector<ThreadMmap> maps; in CheckMapChange() 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/libmeminfo/libdmabufinfo/tools/ |
D | dmabuf_dump.cpp | 101 auto maps = std::make_unique<int[]>(pid_count); in PrintDmaBufInfo() local
|
/system/core/libprocinfo/include/procinfo/ |
D | process_map.h | 173 inline bool ReadProcessMaps(pid_t pid, std::vector<MapInfo>* maps) { in ReadProcessMaps()
|
/system/core/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 261 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData() local
|
/system/core/libmeminfo/ |
D | libmeminfo_test.cpp | 59 const std::vector<Vma>& maps = proc_mem.Maps(); in TEST() local
|