]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove datadog-agent from prof labels hall of shame
authorPaul Cacheux <paul.cacheux@datadoghq.com>
Sun, 8 Dec 2024 20:45:48 +0000 (21:45 +0100)
committerGopher Robot <gobot@golang.org>
Mon, 9 Dec 2024 18:41:45 +0000 (18:41 +0000)
github.com/DataDog/datadog-agent has stopped using runtime_setProfLabel
and runtime_getProfLabel, remove them from the hall of shame.

Updates #67401

Change-Id: I4a66c5e70397d43d7f064aeae5bad064e168316f
Reviewed-on: https://go-review.googlesource.com/c/go/+/634476
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/proflabel.go

index 1a5e7e5e2f14a002a4a8b83fc4ae5e20a00a6fdc..f9b9dd16a50866bacff42016507f456eaea71344 100644 (file)
@@ -12,7 +12,6 @@ var labelSync uintptr
 // but widely used packages access it using linkname.
 // Notable members of the hall of shame include:
 //   - github.com/cloudwego/localsession
-//   - github.com/DataDog/datadog-agent
 //
 // Do not remove or change the type signature.
 // See go.dev/issue/67401.
@@ -47,7 +46,6 @@ func runtime_setProfLabel(labels unsafe.Pointer) {
 // but widely used packages access it using linkname.
 // Notable members of the hall of shame include:
 //   - github.com/cloudwego/localsession
-//   - github.com/DataDog/datadog-agent
 //
 // Do not remove or change the type signature.
 // See go.dev/issue/67401.