]> Cypherpunks repositories - gostls13.git/commit
internal/trace: remove last references to internal/trace/v2
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 24 May 2024 20:45:27 +0000 (20:45 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 24 May 2024 21:15:28 +0000 (21:15 +0000)
commitb89f946c8814b3d984f06cd836c74ef95bc0b868
tree2e5a60b235ae83661c0a748c5106b94fe37889fd
parent22a80e78ea6d65cd0b0726b2907f31b884aeda93
internal/trace: remove last references to internal/trace/v2

This change removes the last few references to internal/trace/v2.
Notably, it shows up in the generators' imports, so they'll fail to run
currently.

Change-Id: Ibc5a9c1844634ea7620558e270ca3db9921ba56e
Reviewed-on: https://go-review.googlesource.com/c/go/+/587930
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
18 files changed:
src/internal/trace/internal/oldtrace/parser.go
src/internal/trace/testdata/generators/go122-confuse-seq-across-generations.go
src/internal/trace/testdata/generators/go122-create-syscall-reuse-thread-id.go
src/internal/trace/testdata/generators/go122-create-syscall-with-p.go
src/internal/trace/testdata/generators/go122-fail-first-gen-first.go
src/internal/trace/testdata/generators/go122-go-create-without-running-g.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-ambiguous.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-gen-boundary-bare-m.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-gen-boundary-reacquire-new-proc-bare-m.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-gen-boundary-reacquire-new-proc.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-gen-boundary.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-reacquire-new-proc-bare-m.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-reacquire-new-proc.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-self.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-simple-bare-m.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-simple.go
src/internal/trace/testdata/generators/go122-syscall-steal-proc-sitting-in-syscall.go
src/internal/trace/testdata/generators/go122-task-across-generations.go