]> Cypherpunks repositories - gostls13.git/commit
cmd/trace/v2: emit user log annotations in all views
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 19 Jan 2024 19:25:04 +0000 (19:25 +0000)
committerMichael Knyszek <mknyszek@google.com>
Fri, 19 Jan 2024 21:39:18 +0000 (21:39 +0000)
commit7cb98c1da1d38447a272c50b2a33634ebb845aa4
tree122fc89975170c1a4938176a10a7bf5f3f6ea64e
parent165383381199de6632665f43561e8e0dfc96f067
cmd/trace/v2: emit user log annotations in all views

This was an oversight in porting over cmd/trace to the new trace format
and API.

Fixes #65153.

Change-Id: I883d302f95956fcc9abb60aa53165acb6d099d67
Reviewed-on: https://go-review.googlesource.com/c/go/+/557175
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/cmd/trace/v2/gen.go
src/cmd/trace/v2/goroutinegen.go
src/cmd/trace/v2/procgen.go
src/cmd/trace/v2/threadgen.go