]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: add memory mapping info for Windows
authorEgon Elbre <egonelbre@gmail.com>
Mon, 11 Jul 2022 08:58:39 +0000 (11:58 +0300)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 20 Aug 2022 00:18:04 +0000 (00:18 +0000)
commit28afa5b1761ba6bb51a4c831e9ee0b9812de8bc5
tree9b4a8640b9a90acb40016545625444d3eca5d56b
parentd05ce23756573c6dc2c5026d936f2ef6ac140ee2
runtime/pprof: add memory mapping info for Windows

Fixes #43296

Change-Id: Ib277c2e82c95f71a7a9b7fe1b22215ead7a54a88
Reviewed-on: https://go-review.googlesource.com/c/go/+/416975
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/internal/syscall/windows/memory_windows.go
src/internal/syscall/windows/syscall_windows.go
src/internal/syscall/windows/zsyscall_windows.go
src/runtime/pprof/pe.go [new file with mode: 0644]
src/runtime/pprof/proto.go
src/runtime/pprof/proto_other.go [new file with mode: 0644]
src/runtime/pprof/proto_test.go
src/runtime/pprof/proto_windows.go [new file with mode: 0644]