Searched defs:profBuf (Results 1 – 1 of 1) sorted by relevance
87 type profBuf struct { struct89 r, w profAtomic90 overflow atomic.Uint6491 overflowTime atomic.Uint6492 eof atomic.Uint3295 hdrsize uintptr96 data []uint6497 tags []unsafe.Pointer100 rNext profIndex101 overflowBuf []uint64 // for use by reader to return overflow record[all …]