summaryrefslogtreecommitdiff
path: root/src/cmd/prof
AgeCommit message (Expand)AuthorFilesLines
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell1-0/+1
2009-11-04stylistic issues in a couple of cmd docsRob Pike1-1/+1
2009-11-03more command documentation, including nm and profRob Pike1-0/+43
2009-10-03clean moreRuss Cox1-1/+1
2009-09-22use $(shell uname) instead of $GOOS whenRuss Cox1-1/+1
2009-08-14rename libmach_amd64 libmachRob Pike2-2/+2
2009-08-03print profile to stderr. sheesh.Rob Pike1-40/+41
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-1/+1
2009-02-03libmach:Russ Cox1-127/+237
2008-11-18add build step to install debuggers setgid procmod.Russ Cox1-1/+8
2008-11-14add cov, prof to default build; clean up compiler warningsRuss Cox1-3/+3
2008-11-14code coverage toolRuss Cox1-1/+1
2008-11-10fix error-handling bug.Rob Pike1-1/+2
2008-11-10fix start/stop bug in prof.Rob Pike1-6/+8
2008-10-03allow prof to launch the processRob Pike1-2/+32
2008-09-25prototype nitRuss Cox1-1/+1
2008-09-24make prof work on linuxRuss Cox1-6/+16
2008-09-24bug: updated wrong counter when combining valuesRob Pike1-1/+1
2008-09-23rudimentary real-time profiler.Rob Pike2-0/+369