diff options
| author | Felix Geisendörfer <felix.geisendoerfer@datadoghq.com> | 2025-06-22 15:29:34 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-08-12 11:42:00 -0700 |
| commit | fe4d445c36d69c1b238399e2f13b04bedd65ad7b (patch) | |
| tree | 98701664a7ddee16e23983bb803d40fd54ecb420 /src/internal | |
| parent | 750789fab7f9cccc0756c5ec0d0952c917a4546f (diff) | |
| download | go-fe4d445c36d69c1b238399e2f13b04bedd65ad7b.tar.xz | |
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 <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Diffstat (limited to 'src/internal')
| -rw-r--r-- | src/internal/trace/tracev2/events.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
