aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/prof/Makefile
AgeCommit message (Expand)Author
2013-05-06go1.1rc2go1.1rc2Andrew Gerrand
2012-02-06build: delete make paraphernaliaRuss Cox
2012-02-02build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.Russ Cox
2012-01-30build: use correct go-tool directory locationAlex Brainman
2012-01-29cmd/go: c tools not used during compilationRob Pike
2011-12-12build: Changes to the build infrastructure for NetBSD.Christopher Nielsen
2011-08-22build: add openbsdJoel Sing
2011-06-19Make.ccmd: link with mach lib,Joe Poirier
2010-08-24build: $GOBIN defaults to $GOROOT/binRuss Cox
2010-07-30cov and prof: implement windows version (just function stubs and build mods)Joe Poirier
2010-03-26fix buildRuss Cox
2010-03-26prof: install gopprof tooRuss Cox
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell
2009-10-03clean moreRuss Cox
2009-09-22use $(shell uname) instead of $GOOS whenRuss Cox
2009-08-14rename libmach_amd64 libmachRob Pike
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock
2008-11-18add build step to install debuggers setgid procmod.Russ Cox
2008-11-14code coverage toolRuss Cox
2008-09-23rudimentary real-time profiler.Rob Pike