Home
last modified time | relevance | path

Searched defs:maps (Results 1 – 19 of 19) 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.cpp146 unwindstack::RemoteMaps maps(pid); in Run() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
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
Dprinter.cpp119 std::shared_ptr<DfxMaps> maps = unwinder->GetMaps(); in PrintReason() local
148 void Printer::PrintProcessMapsByConfig(std::shared_ptr<DfxMaps> maps) in PrintProcessMapsByConfig()
Ddfx_fault_stack.cpp211 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/
Delf_benchmark.cpp29 auto maps = dfxMaps->GetMaps(); in InitializeBuildId() local
Dmaps_benchmark.cpp66 std::vector<std::shared_ptr<DfxMap>> maps {}; in BenchmarkMapsCreateMapIndex() local
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
Dthread_sampler.h52 DfxMaps* maps; member
Dsample_stack_printer.h47 …SampleStackPrinter(std::shared_ptr<Unwinder> unwinder, std::shared_ptr<DfxMaps> maps) : unwinder_(… in SampleStackPrinter()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dinstr_statistic_test.cpp68 auto maps = DfxMaps::Create(pid); variable
Dunwinder_pac_test.cpp61 auto maps = DfxMaps::Create(pid); variable
Dunwinder_test.cpp299 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
Dmaps_test.cpp178 auto maps = dfxMaps->GetMaps(); variable
Dmemory_test.cpp491 auto maps = DfxMaps::Create(pid); 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/
Dunwind_context.h70 std::shared_ptr<DfxMaps> maps = nullptr; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_maps.cpp80 bool DfxMaps::Create(const pid_t pid, std::vector<std::shared_ptr<DfxMap>>& maps, std::vector<int>&… in Create()
Dunwinder.cpp419 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/
Dfaultlogger.cpp173 std::string GetSummaryFromSectionMap(int32_t type, const std::map<std::string, std::string>& maps) in GetSummaryFromSectionMap()