From: Paul Cacheux Date: Sun, 8 Dec 2024 20:45:48 +0000 (+0100) Subject: runtime: remove datadog-agent from prof labels hall of shame X-Git-Tag: go1.24rc1~3^2~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6705ac688528b5a9ef7ec94ba04ab1f65f048a75;p=gostls13.git runtime: remove datadog-agent from prof labels hall of shame 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 Reviewed-by: Cherry Mui LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor --- diff --git a/src/runtime/proflabel.go b/src/runtime/proflabel.go index 1a5e7e5e2f..f9b9dd16a5 100644 --- a/src/runtime/proflabel.go +++ b/src/runtime/proflabel.go @@ -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.