diff --git a/src/internal/trace/tracev2/events.go b/src/internal/trace/tracev2/events.go index bfbbdec00f9..9b7e986f513 100644 --- a/src/internal/trace/tracev2/events.go +++ b/src/internal/trace/tracev2/events.go @@ -48,7 +48,7 @@ const ( EvGoStatus // goroutine status at the start of a generation [timestamp, goroutine ID, thread ID, status] // STW. - EvSTWBegin // STW start [timestamp, kind] + EvSTWBegin // STW start [timestamp, kind, stack ID] EvSTWEnd // STW done [timestamp] // GC events.