From: Felix Geisendörfer Date: Sun, 22 Jun 2025 13:29:34 +0000 (+0200) Subject: internal/trace/tracev2: fix EvSTWBegin comment to include stack ID X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fe4d445c36d69c1b238399e2f13b04bedd65ad7b;p=gostls13.git internal/trace/tracev2: fix EvSTWBegin comment to include stack ID Change-Id: I6a6a69644fb9a6e765933384cdb17c63458be69a Reviewed-on: https://go-review.googlesource.com/c/go/+/694617 Auto-Submit: Michael Knyszek LUCI-TryBot-Result: Go LUCI Reviewed-by: David Chase Reviewed-by: Michael Knyszek --- diff --git a/src/internal/trace/tracev2/events.go b/src/internal/trace/tracev2/events.go index bfbbdec00f..9b7e986f51 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.