Searched refs:StackId (Results 1 – 7 of 7) sorted by relevance
66 union StackId { union108 uint64_t PutPcsInTable(StackId *stackId, uintptr_t *pcs, size_t nr);109 bool GetPcsByStackId(const StackId stackId, std::vector<uintptr_t>& pcs);
154 uint64_t UniqueStackTable::PutPcsInTable(StackId *stackId, uintptr_t* pcs, size_t nr) in PutPcsInTable()209 bool UniqueStackTable::GetPcsByStackId(StackId stackId, std::vector<uintptr_t>& pcs) in GetPcsByStackId()
74 auto stackIdPtr = reinterpret_cast<OHOS::HiviewDFX::StackId*>(&stackId); in CollectAsyncStack()
139 StackId stackId;
108 StackId id; in GetSubmitterStack()
151 OHOS::HiviewDFX::StackId stackId; in GetTreeStack()
390 auto stackIdPtr = reinterpret_cast<OHOS::HiviewDFX::StackId*>(&stackId); in ProcessStackBuffer()