Searched defs:eventLog (Results 1 – 1 of 1) sorted by relevance
247 type eventLog struct { struct249 Family string252 Title string255 Start time.Time258 stack []uintptr264 mu sync.RWMutex265 events []logEntry266 LastErrorTime time.Time267 discarded int269 refs int32 // how many buckets this is in[all …]