]> Cypherpunks repositories - gostls13.git/commit
runtime, cmd/trace: remove code paths that include v1 tracer
authorCarlos Amedee <carlos@golang.org>
Tue, 2 Apr 2024 22:16:07 +0000 (18:16 -0400)
committerCarlos Amedee <carlos@golang.org>
Mon, 15 Apr 2024 16:44:47 +0000 (16:44 +0000)
commit2c5849dc40152cef6b7c3465ba0a1d6eb8f3c985
treeac6c040c7b5ee797ca0bf35d3762001f7745ec0a
parent8e987fadb57fa1fc98975ca2fcb3a4751f7f55ff
runtime, cmd/trace: remove code paths that include v1 tracer

This change makes the new execution tracer described in #60773, the
default tracer. This change attempts to make the smallest amount of
changes for a single CL.

Updates #66703
For #60773

Change-Id: I3742f3419c54f07d7c020ae5e1c18d29d8bcae6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/576256
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
27 files changed:
src/cmd/trace/annotations_test.go
src/cmd/trace/trace_test.go
src/cmd/trace/trace_unix_test.go [deleted file]
src/cmd/trace/v2/testdata/mktests.go
src/internal/trace/v2/testdata/mktests.go
src/internal/trace/v2/trace_test.go
src/runtime/crash_cgo_test.go
src/runtime/crash_test.go
src/runtime/mgcmark.go
src/runtime/proc.go
src/runtime/sizeof_test.go
src/runtime/trace.go [deleted file]
src/runtime/trace/annotation_test.go
src/runtime/trace/trace_stack_test.go [deleted file]
src/runtime/trace/trace_test.go
src/runtime/trace2.go
src/runtime/trace2buf.go
src/runtime/trace2cpu.go
src/runtime/trace2event.go
src/runtime/trace2map.go
src/runtime/trace2region.go
src/runtime/trace2runtime.go
src/runtime/trace2stack.go
src/runtime/trace2status.go
src/runtime/trace2string.go
src/runtime/trace2time.go
src/runtime/trace_cgo_test.go