]> Cypherpunks repositories - gostls13.git/commit
runtime: make traceStack testable and add a benchmark
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 27 Jun 2025 16:40:43 +0000 (16:40 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 7 Jul 2025 17:31:37 +0000 (10:31 -0700)
commit75b43f9a97ada1f0fce7a5775d4ab373bd0dad9c
treea796a3c8915b71fb828e4ac635da72aa5d8a35b5
parent20978f46fdf097cf3d9164918441dd296ee274f2
runtime: make traceStack testable and add a benchmark

Change-Id: Ide4daa5eee3fd4f3007d6ef23aa84b8916562c39
Reviewed-on: https://go-review.googlesource.com/c/go/+/684457
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/export_test.go
src/runtime/symtab.go
src/runtime/trace.go
src/runtime/traceevent.go
src/runtime/tracestack.go
src/runtime/tracestack_test.go [new file with mode: 0644]