Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
Dunwind_local_benchmark.cpp40 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
Dunwind_remote_benchmark.cpp147 unwindstack::RemoteMaps maps(pid); in Run() local
/base/hiviewdfx/faultloggerd/test/unittest/unwinder/
Dmaps_test.cpp68 auto maps = elfMaps->GetMaps(); variable
86 std::shared_ptr<DfxElfMaps> maps = DfxElfMaps::CreateFromLocal(); variable
/base/hiviewdfx/faultloggerd/tools/process_dump/
Dprinter_emulator.cpp82 std::shared_ptr<DfxElfMaps> maps = process->GetMaps(); in PrintReason() local
119 auto maps = process->GetMaps()->GetMaps(); in PrintProcessMapsByConfig() local
Dprinter.cpp84 std::shared_ptr<DfxMaps> maps = unwinder->GetMaps(); in PrintReason() local
112 void Printer::PrintProcessMapsByConfig(std::shared_ptr<DfxMaps> maps) in PrintProcessMapsByConfig()
Ddfx_fault_stack.cpp211 … 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()
Ddfx_unwind_remote.cpp158 std::shared_ptr<DfxMaps> maps = unwinder->GetMaps(); in UnwindThreadFallback() local
Ddfx_process.cpp158 void DfxProcess::SetMaps(std::shared_ptr<DfxElfMaps> maps) in SetMaps()
Ddfx_unwind_remote_emulator.cpp305 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/
Delf_benchmark.cpp29 auto maps = dfxMaps->GetMaps(); in InitializeBuildId() local
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dunwinder_test.cpp350 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
Dmaps_test.cpp252 shared_ptr<DfxMaps> maps = DfxMaps::Create(getpid()); variable
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dfault_stack_test.cpp104 auto maps = DfxMaps::Create(childPid); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Dunwinder.h75 inline void SetMaps(const std::shared_ptr<DfxMaps> maps) { maps_ = maps; } in SetMaps()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Dunwinder.cpp619 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()
Ddfx_maps.cpp66 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/
Dfaultlogger.cpp180 std::string GetSummaryFromSectionMap(int32_t type, const std::map<std::string, std::string>& maps) in GetSummaryFromSectionMap()