]> Cypherpunks repositories - gostls13.git/commit
internal/trace: fix up debug commands
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 21 May 2024 02:20:55 +0000 (02:20 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 22 May 2024 20:31:29 +0000 (20:31 +0000)
commit1110c4095e3ce91eabd830161b6b0836eba4263c
tree2bc2ad675bf48e9ba44601cde622ee9d469f83de
parentefe7a1f5d3ccdef5c25cb4d8386492a7b1785600
internal/trace: fix up debug commands

They were still referencing the old internal/trace/v2 packages, and
gotraceeventstats had an extra layer of cmd directory (not sure why,
maybe it was always like that).

Change-Id: Ieba48074ff36ea86c467168568751177d80db31d
Reviewed-on: https://go-review.googlesource.com/c/go/+/586998
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
src/internal/trace/testdata/cmd/gotraceeventstats/main.go [moved from src/internal/trace/testdata/cmd/cmd/gotraceeventstats/main.go with 98% similarity]
src/internal/trace/testdata/cmd/gotraceraw/main.go
src/internal/trace/testdata/cmd/gotracevalidate/main.go