Lines Matching full:mib
29 void RecordStackId(const uptr Key, UNUSED LockedMemInfoBlock *const &MIB, in RecordStackId() argument
31 // No need to touch the MIB value here since we are only recording the key. in RecordStackId()
143 // The MIB section has the following format:
144 // ---------- MIB Info
146 // ---------- MIB Entry 0
152 // ---------- MIB Entry 1
172 Ptr = WriteBytes((*h)->mib, Ptr); in SerializeMIBInfoToBuffer()
173 for (u64 j = 0; j < (*h)->mib.AccessHistogramSize; ++j) { in SerializeMIBInfoToBuffer()
174 u64 HistogramEntry = ((u64 *)((*h)->mib.AccessHistogram))[j]; in SerializeMIBInfoToBuffer()
177 if ((*h)->mib.AccessHistogramSize > 0) { in SerializeMIBInfoToBuffer()
178 InternalFree((void *)((*h)->mib.AccessHistogram)); in SerializeMIBInfoToBuffer()
191 // MIB Info Offset
204 // ---------- MIB Info
206 // ---------- MIB Entry
212 // ---------- MIB Entry 1
237 // The first 8b are for the total number of MIB records. Each MIB record is in SerializeToRawProfile()
246 [](const uptr Key, UNUSED LockedMemInfoBlock *const &MIB, void *Arg) { in SerializeToRawProfile() argument
248 *TotalAccessHistogramEntries += MIB->mib.AccessHistogramSize; in SerializeToRawProfile()