summaryrefslogtreecommitdiff
path: root/src/cmd/prof
Commit message (Expand)AuthorAgeFilesLines
* cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errorsShenghou Ma2013-02-051-4/+4
* libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return valueShenghou Ma2012-11-271-0/+8
* cmd/prof: don't build on Plan 9 for now.Anthony Martin2012-04-161-0/+2
* cmd: update formatting of usage messagesAndrew Gerrand2012-03-051-2/+2
* cmd/dist: exclude cov and prof from releasesRuss Cox2012-02-141-5025/+0
* runtime, pprof: add profiling of thread creationRuss Cox2012-02-081-26/+77
* build: delete make paraphernaliaRuss Cox2012-02-061-35/+2
* tools: update references to "x" to be "go tool x"Rob Pike2012-02-041-2/+1
* build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.Russ Cox2012-02-021-2/+2
* build: use correct go-tool directory locationAlex Brainman2012-01-301-2/+2
* cmd/go: c tools not used during compilationRob Pike2012-01-292-8/+6
* build: Changes to the build infrastructure for NetBSD.Christopher Nielsen2011-12-121-0/+1
* runtime: faster stringsDmitriy Vyukov2011-10-121-1/+0
* gopprof: regexp fixesHector Chu2011-09-071-3/+3
* build: fix unused parametersRuss Cox2011-08-251-0/+4
* build: add openbsdJoel Sing2011-08-221-0/+1
* gopprof: update list of memory allocatorsRuss Cox2011-06-211-45/+242
* Make.ccmd: link with mach lib,Joe Poirier2011-06-191-3/+0
* http/pprof: fix POST reading bugRuss Cox2011-05-021-4/+5
* testing: add -test.cpuprofile flagRuss Cox2011-03-231-2/+3
* gopprof: fix bug: do not rotate 180 degrees for large scrollsRuss Cox2011-03-221-0/+10
* gopprof: update list of memory allocation functionsRuss Cox2011-03-181-1/+7
* 5g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry2010-12-121-16/+16
* use appendRuss Cox2010-10-271-15/+26
* 6prof: more accurate usage message.David Symonds2010-09-291-1/+2
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-11/+6
* cov and prof: implement windows version (just function stubs and build mods)Joe Poirier2010-07-301-1/+8
* prof: fix typo in usage stringAndrew Gerrand2010-07-261-1/+1
* undo changes accidentally included in 09c5add99d50Russ Cox2010-06-201-2/+4
* gc: better error messages for interface failures, conversionsRuss Cox2010-06-201-4/+2
* runtime: delete malx, skip_depth argument to mallocRuss Cox2010-04-091-0/+28
* fix buildRuss Cox2010-03-261-1/+1
* prof: install gopprof tooRuss Cox2010-03-262-1/+4725
* delete debugging printsRob Pike2010-01-111-1/+0
* delete debugging printsRob Pike2010-01-111-16/+0
* add pprof output format to prof.Rob Pike2010-01-112-19/+280
* make 6prof (sic) architecture-independent.Rob Pike2009-12-241-38/+192
* a couple of usage fixups in profRob Pike2009-12-011-1/+7
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* FreeBSD-specific porting work.Devon H. O'Dell2009-11-171-0/+1
* stylistic issues in a couple of cmd docsRob Pike2009-11-041-1/+1
* more command documentation, including nm and profRob Pike2009-11-031-0/+43
* clean moreRuss Cox2009-10-031-1/+1
* use $(shell uname) instead of $GOOS whenRuss Cox2009-09-221-1/+1
* rename libmach_amd64 libmachRob Pike2009-08-142-2/+2
* print profile to stderr. sheesh.Rob Pike2009-08-031-40/+41
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-1/+1
* libmach:Russ Cox2009-02-031-127/+237
* add build step to install debuggers setgid procmod.Russ Cox2008-11-181-1/+8
* add cov, prof to default build; clean up compiler warningsRuss Cox2008-11-141-3/+3