Skip to content

Commit fe4d445

Browse files
felixgegopherbot
authored andcommitted
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
1 parent 750789f commit fe4d445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/trace/tracev2/events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848
EvGoStatus // goroutine status at the start of a generation [timestamp, goroutine ID, thread ID, status]
4949

5050
// STW.
51-
EvSTWBegin // STW start [timestamp, kind]
51+
EvSTWBegin // STW start [timestamp, kind, stack ID]
5252
EvSTWEnd // STW done [timestamp]
5353

5454
// GC events.

0 commit comments

Comments
 (0)