| /base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
| D | unwind_local_benchmark.cpp | 40 unwindstack::Maps* maps; member 110 unwindstack::LocalMaps maps; in BenchmarkUnwindStackLocal() local 128 unwindstack::LocalMaps maps; in BenchmarkUnwindStackLocalCache() local 146 unwindstack::LocalMaps maps; in BenchmarkUnwindStackLocalFrames() local 164 unwindstack::LocalMaps maps; in BenchmarkUnwindStackLocalFramesCache() local
|
| D | unwind_remote_benchmark.cpp | 147 unwindstack::RemoteMaps maps(pid); in Run() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwinder/ |
| D | maps_test.cpp | 68 auto maps = elfMaps->GetMaps(); variable 86 std::shared_ptr<DfxElfMaps> maps = DfxElfMaps::CreateFromLocal(); variable
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | printer_emulator.cpp | 82 std::shared_ptr<DfxElfMaps> maps = process->GetMaps(); in PrintReason() local 119 auto maps = process->GetMaps()->GetMaps(); in PrintProcessMapsByConfig() local
|
| D | printer.cpp | 84 std::shared_ptr<DfxMaps> maps = unwinder->GetMaps(); in PrintReason() local 112 void Printer::PrintProcessMapsByConfig(std::shared_ptr<DfxMaps> maps) in PrintProcessMapsByConfig()
|
| D | dfx_fault_stack.cpp | 211 … FaultStack::CollectRegistersBlock(std::shared_ptr<DfxRegs> regs, std::shared_ptr<DfxElfMaps> maps) in CollectRegistersBlock() 292 bool FaultStack::ParseUnwindStack(std::shared_ptr<DfxElfMaps> maps, std::vector<DfxFrame>& frames) in ParseUnwindStack() 340 bool FaultStack::ParseUnwindStack(std::shared_ptr<DfxMaps> maps, std::vector<DfxFrame>& frames) in ParseUnwindStack()
|
| D | dfx_unwind_remote.cpp | 158 std::shared_ptr<DfxMaps> maps = unwinder->GetMaps(); in UnwindThreadFallback() local
|
| D | dfx_process.cpp | 158 void DfxProcess::SetMaps(std::shared_ptr<DfxElfMaps> maps) in SetMaps()
|
| D | dfx_unwind_remote_emulator.cpp | 305 std::shared_ptr<DfxElfMaps> maps = process->GetMaps(); in UpdateAndFillFrame() local 426 std::shared_ptr<DfxElfMaps> maps = process->GetMaps(); in UnwindThreadFallback() local
|
| /base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
| D | elf_benchmark.cpp | 29 auto maps = dfxMaps->GetMaps(); in InitializeBuildId() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| D | unwinder_test.cpp | 350 std::shared_ptr<DfxMaps> maps = unwinder->GetMaps(); variable 404 std::shared_ptr<DfxMaps> maps = DfxMaps::Create(child); variable 473 std::shared_ptr<DfxMaps> maps = DfxMaps::Create(child); variable 675 std::shared_ptr<DfxMaps> maps = std::make_shared<DfxMaps>(); variable
|
| D | maps_test.cpp | 252 shared_ptr<DfxMaps> maps = DfxMaps::Create(getpid()); variable
|
| /base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
| D | fault_stack_test.cpp | 104 auto maps = DfxMaps::Create(childPid); variable
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
| D | unwinder.h | 75 inline void SetMaps(const std::shared_ptr<DfxMaps> maps) { maps_ = maps; } in SetMaps()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | unwinder.cpp | 619 std::shared_ptr<DfxMaps> maps) in GetFramesByPcs() 641 bool Unwinder::GetSymbolByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, std::string& funcName, ui… in GetSymbolByPc()
|
| D | dfx_maps.cpp | 66 bool DfxMaps::Create(const pid_t pid, std::vector<std::shared_ptr<DfxMap>>& maps, std::vector<int>&… in Create()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/ |
| D | faultlogger.cpp | 180 std::string GetSummaryFromSectionMap(int32_t type, const std::map<std::string, std::string>& maps) in GetSummaryFromSectionMap()
|