Searched refs:StackIds (Results 1 – 3 of 3) sorted by relevance
31 auto *StackIds = reinterpret_cast<Vector<u64> *>(Arg); in RecordStackId() local32 StackIds->PushBack(Key); in RecordStackId()82 u64 StackSizeBytes(const Vector<u64> &StackIds) { in StackSizeBytes() argument85 const u64 NumIds = StackIds.Size(); in StackSizeBytes()87 const u64 Id = StackIds[k]; in StackSizeBytes()110 void SerializeStackToBuffer(const Vector<u64> &StackIds, in SerializeStackToBuffer() argument112 const u64 NumIds = StackIds.Size(); in SerializeStackToBuffer()117 const u64 Id = StackIds[k]; in SerializeStackToBuffer()150 const u64 NumEntries = StackIds.Size(); in SerializeMIBInfoToBuffer()154 const u64 Key = StackIds[i]; in SerializeMIBInfoToBuffer()[all …]
101 ArrayRef<uint64_t> StackIds) { in addCallStack() argument104 for (auto StackId : StackIds) { in addCallStack()
93 void addCallStack(AllocationType AllocType, ArrayRef<uint64_t> StackIds);