aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpuprof.go
AgeCommit message (Expand)Author
2021-02-19runtime: handle nil gp in cpuprofRuss Cox
2019-06-28runtime: fix pprof cpu profile corruption on arm/mips/mipsleRuss Cox
2019-04-10all: spell "Deprecated: Use etc" consistentlyNigel Tao
2017-09-12runtime: in cpuProfile.addExtra, set p.lostExtra to 0 after flushMichael Matloob
2017-07-26runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}Vladimir Stefanovic
2017-02-24runtime/pprof: use new profile buffers for CPU profilingRuss Cox
2016-10-15runtime: mark several types go:notinheapAustin Clements
2016-08-17runtime: fix the absolute URL to pprof toolsJaana Burcu Dogan
2016-06-13runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor
2016-05-31runtime: update pprof binary header URLIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-04-15runtime: merge slice and sliceStructMichael Hudson-Doyle
2015-02-26runtime: simplify CPU profiling codeMatthew Dempsky
2014-12-23runtime: remove thunk.sRuss Cox
2014-12-19runtime: simplify cpuprof hash calculationMatthew Dempsky
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert scheduler from C to GoRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox