/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | elf_benchmark.cpp | 29 auto maps = dfxMaps->GetMaps();
in InitializeBuildId() local
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
H A D | thread_sampler.h | 53 DfxMaps* maps;
member
|
H A D | sample_stack_printer.h | 47 SampleStackPrinter(std::shared_ptr<Unwinder> unwinder, std::shared_ptr<DfxMaps> maps) : unwinder_(unwinder),
in SampleStackPrinter() argument
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_pac_test.cpp | 61 auto maps = DfxMaps::Create(pid); in HWTEST_F() local
|
H A D | maps_test.cpp | 178 auto maps = dfxMaps->GetMaps(); in HWTEST_F() local
|
H A D | instr_statistic_test.cpp | 68 auto maps = DfxMaps::Create(pid); in HWTEST_F() local
|
H A D | memory_test.cpp | 491 auto maps = DfxMaps::Create(pid); in HWTEST_F() local
|
H A D | unwinder_test.cpp | 299 auto maps = DfxMaps::Create(child); in HWTEST_F() local 338 auto maps = DfxMaps::Create(getpid()); in HWTEST_F() local 422 auto maps = DfxMaps::Create(child); in HWTEST_F() local 453 auto maps = DfxMaps::Create(getpid()); HWTEST_F() local 911 std::shared_ptr<DfxMaps> maps = std::make_shared<DfxMaps>(); HWTEST_F() local [all...] |
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
H A 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; BenchmarkUnwindStackLocalFrames() local 164 unwindstack::LocalMaps maps; BenchmarkUnwindStackLocalFramesCache() local [all...] |
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | fault_stack_test.cpp | 106 auto maps = DfxMaps::Create(childPid); in HWTEST_F() local
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A 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
|
H A D | dfx_fault_stack.cpp | 211 void FaultStack::CollectRegistersBlock(std::shared_ptr<DfxRegs> regs, std::shared_ptr<DfxMaps> maps) in CollectRegistersBlock() argument 277 bool FaultStack::ParseUnwindStack(std::shared_ptr<DfxMaps> maps, std::vector<DfxFrame>& frames) in ParseUnwindStack() argument
|
H A D | printer.cpp | 136 std::shared_ptr<DfxMaps> maps = unwinder->GetMaps(); in PrintReason() local 158 void Printer::PrintProcessMapsByConfig(std::shared_ptr<DfxMaps> maps) in PrintProcessMapsByConfig() argument
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | unwind_context.h | 70 std::shared_ptr<DfxMaps> maps = nullptr; member
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_maps.cpp | 80 bool DfxMaps::Create(const pid_t pid, std::vector<std::shared_ptr<DfxMap>>& maps, std::vector<int>& mapIndex) in Create() argument
|
H A D | unwinder.cpp | 419 bool Unwinder::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame) in GetFrameByPc() argument 1279 bool Unwinder::Impl::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame &frame) in GetFrameByPc() argument 1357 bool Unwinder::GetSymbolByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, st argument [all...] |
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.cpp | 173 std::string GetSummaryFromSectionMap(int32_t type, const std::map<std::string, std::string>& maps) in GetSummaryFromSectionMap() argument
|