Home
last modified time | relevance | path

Searched defs:profBuf (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dprofbuf.go87 type profBuf struct { struct
89 r, w profAtomic
90 overflow atomic.Uint64
91 overflowTime atomic.Uint64
92 eof atomic.Uint32
95 hdrsize uintptr
96 data []uint64
97 tags []unsafe.Pointer
100 rNext profIndex
101 overflowBuf []uint64 // for use by reader to return overflow record
[all …]