]> Cypherpunks repositories - gostls13.git/commit
runtime: add execution tracing functionality
authorDmitry Vyukov <dvyukov@google.com>
Fri, 12 Dec 2014 17:11:27 +0000 (18:11 +0100)
committerDmitry Vyukov <dvyukov@google.com>
Wed, 28 Jan 2015 16:28:18 +0000 (16:28 +0000)
commitf30a2b9ca7ccfd325a5ebcc8eb57e39d8e9c7af3
tree011b8c1576f20d8d7607b0dc6dc713ad7c0d4286
parentfd85a6c64057402d809a15eb5ec0af8dba8b1256
runtime: add execution tracing functionality

This is first patch of series of patches that implement tracing functionality.
Design doc:
https://docs.google.com/document/u/1/d/1FP5apqzBgr7ahCCgFO-yoVhk4YZrNIDNf9RybngBc14/pub
Full change:
https://codereview.appspot.com/146920043

Change-Id: I84588348bb05a6f6a102c230f3bca6380a3419fe
Reviewed-on: https://go-review.googlesource.com/1450
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/runtime2.go
src/runtime/trace.go [new file with mode: 0644]