| /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 | 146 unwindstack::RemoteMaps maps(pid); in Run() local
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | dfx_unwind_async_thread.cpp | 89 const std::shared_ptr<DfxMaps>& maps = unwinder_->GetMaps(); in GetSubmitterStack() local 137 std::shared_ptr<DfxMaps> maps = unwinder_->GetMaps(); in UnwindThreadFallback() local
|
| D | printer.cpp | 119 std::shared_ptr<DfxMaps> maps = unwinder->GetMaps(); in PrintReason() local 148 void Printer::PrintProcessMapsByConfig(std::shared_ptr<DfxMaps> maps) in PrintProcessMapsByConfig()
|
| D | dfx_fault_stack.cpp | 211 void FaultStack::CollectRegistersBlock(std::shared_ptr<DfxRegs> regs, std::shared_ptr<DfxMaps> maps) in CollectRegistersBlock() 277 bool FaultStack::ParseUnwindStack(std::shared_ptr<DfxMaps> maps, std::vector<DfxFrame>& frames) in ParseUnwindStack()
|
| /base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
| D | elf_benchmark.cpp | 29 auto maps = dfxMaps->GetMaps(); in InitializeBuildId() local
|
| D | maps_benchmark.cpp | 66 std::vector<std::shared_ptr<DfxMap>> maps {}; in BenchmarkMapsCreateMapIndex() local
|
| /base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
| D | thread_sampler.h | 52 DfxMaps* maps; member
|
| D | sample_stack_printer.h | 47 …SampleStackPrinter(std::shared_ptr<Unwinder> unwinder, std::shared_ptr<DfxMaps> maps) : unwinder_(… in SampleStackPrinter()
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| D | instr_statistic_test.cpp | 68 auto maps = DfxMaps::Create(pid); variable
|
| D | unwinder_pac_test.cpp | 61 auto maps = DfxMaps::Create(pid); variable
|
| D | unwinder_test.cpp | 299 auto maps = DfxMaps::Create(child); variable 338 auto maps = DfxMaps::Create(getpid()); variable 422 auto maps = DfxMaps::Create(child); variable 453 auto maps = DfxMaps::Create(getpid()); variable 910 std::shared_ptr<DfxMaps> maps = std::make_shared<DfxMaps>(); variable
|
| D | maps_test.cpp | 178 auto maps = dfxMaps->GetMaps(); variable
|
| D | memory_test.cpp | 491 auto maps = DfxMaps::Create(pid); 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 | unwind_context.h | 70 std::shared_ptr<DfxMaps> maps = nullptr; member
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | dfx_maps.cpp | 80 bool DfxMaps::Create(const pid_t pid, std::vector<std::shared_ptr<DfxMap>>& maps, std::vector<int>&… in Create()
|
| D | unwinder.cpp | 419 bool Unwinder::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame) in GetFrameByPc() 1272 bool Unwinder::Impl::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame &frame) in GetFrameByPc() 1350 bool Unwinder::GetSymbolByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, std::string& funcName, ui… in GetSymbolByPc()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/ |
| D | faultlogger.cpp | 173 std::string GetSummaryFromSectionMap(int32_t type, const std::map<std::string, std::string>& maps) in GetSummaryFromSectionMap()
|