aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/prof/main.c
AgeCommit message (Expand)Author
2013-05-06go1.1rc2go1.1rc2Andrew Gerrand
2013-02-26all: clean up C function prototypesAnthony Martin
2013-02-05cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errorsShenghou Ma
2012-11-27libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return valueShenghou Ma
2012-04-16cmd/prof: don't build on Plan 9 for now.Anthony Martin
2011-08-25build: fix unused parametersRuss Cox
2010-12-125g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry
2010-09-296prof: more accurate usage message.David Symonds
2010-07-26prof: fix typo in usage stringAndrew Gerrand
2010-01-11delete debugging printsRob Pike
2010-01-11delete debugging printsRob Pike
2010-01-11add pprof output format to prof.Rob Pike
2009-12-24make 6prof (sic) architecture-independent.Rob Pike
2009-12-01a couple of usage fixups in profRob Pike
2009-08-14rename libmach_amd64 libmachRob Pike
2009-08-03print profile to stderr. sheesh.Rob Pike
2009-02-03libmach:Russ Cox
2008-11-14add cov, prof to default build; clean up compiler warningsRuss Cox
2008-11-10fix error-handling bug.Rob Pike
2008-11-10fix start/stop bug in prof.Rob Pike
2008-10-03allow prof to launch the processRob Pike
2008-09-25prototype nitRuss Cox
2008-09-24make prof work on linuxRuss Cox
2008-09-24bug: updated wrong counter when combining valuesRob Pike
2008-09-23rudimentary real-time profiler.Rob Pike