Searched refs:GetIpsByStackId (Results 1 – 4 of 4) sorted by relevance
96 table->GetIpsByStackId(stackId, checkbaseips);97 table->GetIpsByStackId(stackIdpart, checkpartips);98 table->GetIpsByStackId(stackIdpart1, checkpartips1);
95 bool GetIpsByStackId(const StackId stackId, std::vector<u64>& ips);
170 bool UniqueStackTable::GetIpsByStackId(StackId stackId, std::vector<u64>& ips) in GetIpsByStackId() function in OHOS::Developtools::HiPerf::UniqueStackTable
487 StackTable->second->GetIpsByStackId(recordSample.stackId_, recordSample.ips_); in RecoverCallStack()