]> Cypherpunks repositories - gostls13.git/commit
runtime: allow per-OS changes to unix profiler
authorRhys Hiltner <rhys@justin.tv>
Fri, 13 Aug 2021 15:51:46 +0000 (08:51 -0700)
committerMichael Pratt <mpratt@google.com>
Mon, 27 Sep 2021 18:58:20 +0000 (18:58 +0000)
commitf9e90f7e7401b7222ea10420140dc43687e4017f
treee51340bd926fdcab69e2e966646815d40001bf55
parent3d795ea798edf0f9da4d2e33e15a58e59aa42e83
runtime: allow per-OS changes to unix profiler

Updates #35057

Change-Id: I56ea8f4750022847f0866c85e237a2cea40e0ff7
Reviewed-on: https://go-review.googlesource.com/c/go/+/342053
Run-TryBot: Rhys Hiltner <rhys@justin.tv>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Trust: Michael Knyszek <mknyszek@google.com>
src/runtime/os3_solaris.go
src/runtime/os_aix.go
src/runtime/os_darwin.go
src/runtime/os_dragonfly.go
src/runtime/os_freebsd.go
src/runtime/os_linux.go
src/runtime/os_netbsd.go
src/runtime/os_openbsd.go
src/runtime/signal_unix.go