Home
last modified time | relevance | path

Searched refs:NumStackBytes (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp215 const u64 NumStackBytes = RoundUpTo(StackSizeBytes(StackIds), 8); in SerializeToRawProfile() local
221 sizeof(Header) + NumSegmentBytes + NumStackBytes + NumMIBInfoBytes, 8); in SerializeToRawProfile()
241 SerializeStackToBuffer(StackIds, NumStackBytes, Ptr); in SerializeToRawProfile()