Home
last modified time | relevance | path

Searched refs:pidUnwinder_ (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A Dcall_stack.h123 std::unordered_map<pid_t, std::shared_ptr<Unwinder>> pidUnwinder_; member in OHOS::Developtools::NativeDaemon::CallStack
/developtools/hiperf/include/
H A Dcallstack.h137 std::unordered_map<pid_t, std::shared_ptr<Unwinder>> pidUnwinder_; member in OHOS::Developtools::HiPerf::CallStack
/developtools/profiler/device/plugins/native_daemon/src/
H A Dcall_stack.cpp510 if (pidUnwinder_.count(thread.pid_) == 0) { in DoUnwind2()
511 pidUnwinder_.emplace(thread.pid_, std::make_shared<Unwinder>(accessor_)); in DoUnwind2()
513 auto unwinder = pidUnwinder_[thread.pid_]; in DoUnwind2()
/developtools/hiperf/src/
H A Dcallstack.cpp665 if (pidUnwinder_.count(thread.pid_) == 0) { in DoUnwind2()
666 pidUnwinder_.emplace(thread.pid_, std::make_shared<Unwinder>(accessor_)); in DoUnwind2()
668 auto unwinder = pidUnwinder_[thread.pid_]; in DoUnwind2()

Completed in 3 milliseconds