Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/trace/
Devents.go247 type eventLog struct { struct
249 Family string
252 Title string
255 Start time.Time
258 stack []uintptr
264 mu sync.RWMutex
265 events []logEntry
266 LastErrorTime time.Time
267 discarded int
269 refs int32 // how many buckets this is in
[all …]