]> Cypherpunks repositories - gostls13.git/commit
cmd/trace: make binary argument optional
authorDmitry Vyukov <dvyukov@google.com>
Sun, 24 Apr 2016 11:33:33 +0000 (13:33 +0200)
committerDmitry Vyukov <dvyukov@google.com>
Tue, 3 May 2016 12:35:09 +0000 (12:35 +0000)
commitbabdbfb8260bbe8c6305c9d3023d83cc0b3645bf
treec0797119ac2c86d583d9fcf6c8e89e8d4b820a0e
parentcaa21475328999c1cd108b71ceb6efb7f4cf8fc4
cmd/trace: make binary argument optional

1.7 traces embed symbol info and we now generate symbolized pprof profiles,
so we don't need the binary. Make binary argument optional as 1.5 traces
still need it.

Change-Id: I65eb13e3d20ec765acf85c42d42a8d7aae09854c
Reviewed-on: https://go-review.googlesource.com/22410
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/go/test.go
src/cmd/go/testflag.go
src/cmd/trace/main.go