]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: TestLabelSystemstack parallelLabelHog.func1 must be labeled
authorMichael Pratt <mpratt@google.com>
Fri, 21 Jan 2022 16:07:52 +0000 (11:07 -0500)
committerMichael Pratt <mpratt@google.com>
Fri, 21 Jan 2022 16:59:19 +0000 (16:59 +0000)
commit9eba5ff5219a76c3c4e020fa27e966a226174d7e
tree5e8eb9d40e33d8e617327b2033daf0f571598586
parentd15481b8c7f5f73a8b987a0c1deea04659ed0bb0
runtime/pprof: TestLabelSystemstack parallelLabelHog.func1 must be labeled

The closure in parallelLabelHog should be labeled in a addition to
parallelLabelHog itself. Generally samples on that goroutine land on
labelHog, but there is a small portion of the closure outside of
labelHog.

Fixes #50740.

Change-Id: I363b6d8eec2e6920c215686e2039fce6d5b29a98
Reviewed-on: https://go-review.googlesource.com/c/go/+/380055
Reviewed-by: Bryan Mills <bcmills@google.com>
Trust: Michael Pratt <mpratt@google.com>
src/runtime/pprof/pprof_test.go