]> Cypherpunks repositories - gostls13.git/commit
runtime: rename v2 execution tracer files
authorCarlos Amedee <carlos@golang.org>
Wed, 3 Apr 2024 15:36:12 +0000 (11:36 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 15 Apr 2024 17:03:35 +0000 (17:03 +0000)
commit7b10c49e0563e43292a72ee1a576fa2345164670
tree57b15308531c3a8c0ac9531a23f6aaf2f985c17c
parent2c5849dc40152cef6b7c3465ba0a1d6eb8f3c985
runtime: rename v2 execution tracer files

This change renames the v2 execution tracer files created as part of

Updates #66703
For #60773

Change-Id: I91bfdc08fec4ec68ff3a6e8b5c86f6f8bcae6e6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/576257
Auto-Submit: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/trace.go [moved from src/runtime/trace2.go with 100% similarity]
src/runtime/tracebuf.go [moved from src/runtime/trace2buf.go with 100% similarity]
src/runtime/tracecpu.go [moved from src/runtime/trace2cpu.go with 100% similarity]
src/runtime/traceevent.go [moved from src/runtime/trace2event.go with 100% similarity]
src/runtime/tracemap.go [moved from src/runtime/trace2map.go with 100% similarity]
src/runtime/traceregion.go [moved from src/runtime/trace2region.go with 100% similarity]
src/runtime/traceruntime.go [moved from src/runtime/trace2runtime.go with 100% similarity]
src/runtime/tracestack.go [moved from src/runtime/trace2stack.go with 100% similarity]
src/runtime/tracestatus.go [moved from src/runtime/trace2status.go with 100% similarity]
src/runtime/tracestring.go [moved from src/runtime/trace2string.go with 100% similarity]
src/runtime/tracetime.go [moved from src/runtime/trace2time.go with 100% similarity]