summaryrefslogtreecommitdiff
path: root/src/runtime/cpuprof.go
Commit message (Expand)AuthorAgeFilesLines
* runtime/pprof: consume tag for first CPU recordMichael Pratt2021-12-071-0/+2
* runtime: fix missing pprof labelsFelix Geisendörfer2021-12-031-10/+1
* Revert "runtime: fix missing pprof labels"Bryan C. Mills2021-11-021-1/+10
* runtime: fix missing pprof labelsFelix Geisendörfer2021-11-021-10/+1
* [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui2021-05-211-4/+5
* runtime: handle nil gp in cpuprofRuss Cox2021-02-191-1/+10
* runtime: fix pprof cpu profile corruption on arm/mips/mipsleRuss Cox2019-06-281-12/+15
* all: spell "Deprecated: Use etc" consistentlyNigel Tao2019-04-101-1/+1
* runtime: in cpuProfile.addExtra, set p.lostExtra to 0 after flushMichael Matloob2017-09-121-0/+1
* runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}Vladimir Stefanovic2017-07-261-0/+9
* runtime/pprof: use new profile buffers for CPU profilingRuss Cox2017-02-241-374/+122
* runtime: mark several types go:notinheapAustin Clements2016-10-151-0/+1
* runtime: fix the absolute URL to pprof toolsJaana Burcu Dogan2016-08-171-1/+1
* runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor2016-06-131-7/+33
* runtime: update pprof binary header URLIan Lance Taylor2016-05-311-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-21/+21
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-5/+8
* runtime: merge slice and sliceStructMichael Hudson-Doyle2015-04-151-2/+2
* runtime: simplify CPU profiling codeMatthew Dempsky2015-02-261-19/+15
* runtime: remove thunk.sRuss Cox2014-12-231-0/+5
* runtime: simplify cpuprof hash calculationMatthew Dempsky2014-12-191-1/+1
* [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-3/+3
* [dev.cc] runtime: convert scheduler from C to GoRuss Cox2014-11-111-2/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+425