diff options
| author | Paul Cacheux <paul.cacheux@datadoghq.com> | 2024-12-08 21:45:48 +0100 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-12-09 18:41:45 +0000 |
| commit | 6705ac688528b5a9ef7ec94ba04ab1f65f048a75 (patch) | |
| tree | 6ee43261bcf7c7512a3ff22bcdc63ef79a8b3dc1 /src/runtime | |
| parent | 07398d2e57ac5df6f95b0344252f1560376328f3 (diff) | |
| download | go-6705ac688528b5a9ef7ec94ba04ab1f65f048a75.tar.xz | |
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 <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>
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/proflabel.go | 2 |
1 files changed, 0 insertions, 2 deletions
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. |
