Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Delf_benchmark.cpp29 auto maps = dfxMaps->GetMaps(); in InitializeBuildId() local
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler.h53 DfxMaps* maps; member
H A Dsample_stack_printer.h47 SampleStackPrinter(std::shared_ptr<Unwinder> unwinder, std::shared_ptr<DfxMaps> maps) : unwinder_(unwinder), in SampleStackPrinter() argument
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_pac_test.cpp61 auto maps = DfxMaps::Create(pid); in HWTEST_F() local
H A Dmaps_test.cpp178 auto maps = dfxMaps->GetMaps(); in HWTEST_F() local
H A Dinstr_statistic_test.cpp68 auto maps = DfxMaps::Create(pid); in HWTEST_F() local
H A Dmemory_test.cpp491 auto maps = DfxMaps::Create(pid); in HWTEST_F() local
H A Dunwinder_test.cpp299 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 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; BenchmarkUnwindStackLocalFrames() local
164 unwindstack::LocalMaps maps; BenchmarkUnwindStackLocalFramesCache() local
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dfault_stack_test.cpp106 auto maps = DfxMaps::Create(childPid); in HWTEST_F() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp89 const std::shared_ptr<DfxMaps>& maps = unwinder_->GetMaps(); in GetSubmitterStack() local
137 std::shared_ptr<DfxMaps> maps = unwinder_->GetMaps(); in UnwindThreadFallback() local
H A Ddfx_fault_stack.cpp211 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 Dprinter.cpp136 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 Dunwind_context.h70 std::shared_ptr<DfxMaps> maps = nullptr; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_maps.cpp80 bool DfxMaps::Create(const pid_t pid, std::vector<std::shared_ptr<DfxMap>>& maps, std::vector<int>& mapIndex) in Create() argument
H A Dunwinder.cpp419 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 Dfaultlogger.cpp173 std::string GetSummaryFromSectionMap(int32_t type, const std::map<std::string, std::string>& maps) in GetSummaryFromSectionMap() argument

Completed in 11 milliseconds