Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dbatchcursor.go16 type batchCursor struct { struct
17 m ThreadID
18 lastTs Time
19 idx int // next index into []batch
20 dataOff int // next index into batch.data
21 ev baseEvent // last read event
24 func (b *batchCursor) nextEvent(batches []batch, freq frequency) (ok bool, err error) {
56 func (b *batchCursor) compare(a *batchCursor) int {
102 func heapInsert(heap []*batchCursor, bc *batchCursor) []*batchCursor {
111 func heapUpdate(heap []*batchCursor, i int) {
[all …]
Dbatchcursor_test.go99 func heapDebugString(heap []*batchCursor) string {
112 func checkHeap(t *testing.T, heap []*batchCursor) {
Dreader.go226 func dumpFrontier(frontier []*batchCursor) string {