]> Cypherpunks repositories - gostls13.git/commit
runtime: implement pprof support for windows
authorHector Chu <hectorchu@gmail.com>
Sat, 17 Sep 2011 07:57:59 +0000 (17:57 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 17 Sep 2011 07:57:59 +0000 (17:57 +1000)
commit9fd26872cb11e603fe91a927c22730061cc3ac0b
tree6ea0f89a3de84caacceef6f058b1c02230765410
parent44f12eb5ad7c08b8303ec2ab2f7013b675d725fa
runtime: implement pprof support for windows

Credit to jp for proof of concept.

R=alex.brainman, jp, rsc, dvyukov
CC=golang-dev
https://golang.org/cl/4960057
src/pkg/runtime/runtime.h
src/pkg/runtime/windows/386/defs.h
src/pkg/runtime/windows/386/signal.c
src/pkg/runtime/windows/386/sys.s
src/pkg/runtime/windows/amd64/defs.h
src/pkg/runtime/windows/amd64/signal.c
src/pkg/runtime/windows/amd64/sys.s
src/pkg/runtime/windows/defs.c
src/pkg/runtime/windows/os.h
src/pkg/runtime/windows/thread.c