Searched refs:GetUnwinder (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_remote_benchmark.cpp | 101 static bool GetUnwinder(pid_t pid, void* data, std::shared_ptr<Unwinder>& unwinder, bool& isFp)
in GetUnwinder() function 140 if (!GetUnwinder(pid, data, unwinder, isFp) || (unwinder == nullptr)) {
in Run()
|
H A D | unwind_local_benchmark.cpp | 70 static bool GetUnwinder(void* data, std::shared_ptr<Unwinder>& unwinder, bool& isFp)
in GetUnwinder() function 88 if (!GetUnwinder(data, unwinder, isFp)) {
in UnwinderLocal()
|
Completed in 2 milliseconds