Skip to content

Commit f67d8ff

Browse files
felixgegopherbot
authored andcommitted
internal/trace/tracev2: adjust comment for consistency
Adjust the EvGoStatus comment to use the term M ID in favor of thread ID in order to be consistent with the documentation for the other events. Change-Id: Ie9f6d52df6eea809682a33aa2bc9922a57fe03db Reviewed-on: https://go-review.googlesource.com/c/go/+/694618 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Michael Knyszek <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
1 parent fe4d445 commit f67d8ff

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
@@ -45,7 +45,7 @@ const (
4545
EvGoSyscallBegin // syscall enter [timestamp, P seq, stack ID]
4646
EvGoSyscallEnd // syscall exit [timestamp]
4747
EvGoSyscallEndBlocked // syscall exit and it blocked at some point [timestamp]
48-
EvGoStatus // goroutine status at the start of a generation [timestamp, goroutine ID, thread ID, status]
48+
EvGoStatus // goroutine status at the start of a generation [timestamp, goroutine ID, M ID, status]
4949

5050
// STW.
5151
EvSTWBegin // STW start [timestamp, kind, stack ID]

0 commit comments

Comments
 (0)