Change-Id: Ia191daf8e748f17dcea6038166504fb50e7ddb0d
Reviewed-on: https://go-review.googlesource.com/c/go/+/589535
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
package event
-// Type is the common in-memory representation of the low-leve
+// Type indicates an event's type from which its arguments and semantics can be
+// derived. Its representation matches the wire format's representation of the event
+// types that precede all event data.
type Type uint8
// Spec is a specification for a trace event. It contains sufficient information