]> Cypherpunks repositories - gostls13.git/commit
runtime: document that tracefpunwindoff applies to some profilers
authorNick Ripley <nick.ripley@datadoghq.com>
Thu, 6 Nov 2025 14:40:21 +0000 (09:40 -0500)
committerGopher Robot <gobot@golang.org>
Mon, 10 Nov 2025 17:47:02 +0000 (09:47 -0800)
commit32f8d6486f02d5820977180c52889ec72c799d58
tree7236a472fc4833f45e65ed81d101cad96c7c1b1f
parent1c1c1942ba5b596ade56c983e0ab75f0a237ad15
runtime: document that tracefpunwindoff applies to some profilers

The tracefpunwindoff GODEBUG applies to all the places where we use
frame pointer unwinding. Originally that was just the execution tracer,
but now we also use it for the block and mutex profilers.

Change-Id: I6a6a69641fede668d96335582dba6d43e62f6a51
Reviewed-on: https://go-review.googlesource.com/c/go/+/718522
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Nick Ripley <nick.ripley@datadoghq.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/extern.go