aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mprof.go
AgeCommit message (Expand)Author
2023-12-06runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacksMichael Pratt
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-21runtime: profile contended lock callsRhys Hiltner
2023-11-20Revert "runtime: profile contended lock calls"Matthew Dempsky
2023-11-17runtime: profile contended lock callsRhys Hiltner
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2023-11-09runtime: improve tickspersecondMichael Anthony Knyszek
2023-11-08runtime: add available godoc linkcui fliter
2023-10-25runtime/pprof: include labels for caller of goroutine profileRhys Hiltner
2023-08-21runtime: document maxStack and m.createstack in more detailsAndy Pan
2023-08-17runtime: change mutex profile to count every blocked goroutineRuss Cox
2023-05-19runtime: emit STW events for all pauses, not just those for the GCMichael Anthony Knyszek
2023-05-11runtime: redefine _type to abi.Type; add rtype for methods.David Chase
2023-03-10runtime: new API for filling PC traceback buffersAustin Clements
2023-01-28runtime: remove go119ConcurrentGoroutineProfile flagKeith Randall
2022-11-15runtime/pprof: scale mutex profile samples when they are recordedNick Ripley
2022-10-05runtime: avoid initializing MemProfileRate in init functionWang Deyu
2022-09-05runtime: refactor finalizer goroutine statusLeonard Wang
2022-08-19runtime: add and use runtime/internal/sys.NotInHeapCuong Manh Le
2022-07-18runtime: fix typosJun10ng
2022-05-17all: fix spellingJohn Bampton
2022-05-10runtime: profile finalizer G more carefully in goroutine profileMichael Anthony Knyszek
2022-05-03runtime: split mprof locksRhys Hiltner
2022-05-03runtime: decrease STW pause for goroutine profileRhys Hiltner
2022-05-03runtime/pprof: add race annotations for goroutine profilesRhys Hiltner
2021-11-11runtime: bypass scheduler when doing traceback for goroutine profileCherry Mui
2021-11-02runtime, syscall: add calls to asan functionsfanzha02
2021-08-22runtime: fix buckHashSize duplicationDmitry Vyukov
2021-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
2021-04-27runtime/pprof: fix block profile biasFelix Geisendörfer
2021-03-09runtime, cmd/link/internal/ld: disable memory profiling when data unreachableBrad Fitzpatrick
2021-03-05runtime: encapsulate access to allgsMichael Pratt
2020-04-22runtime/pprof: plumb labels for goroutine profilesDavid Finkel
2018-10-02runtime: add a more stable isSystemGoroutine modeAustin Clements
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-04-19runtime: specify behavior of SetMutexProfileFraction for negative valuesAditya Mukerjee
2017-09-22runtime: remove getcallerpc argumentAustin Clements
2017-03-31runtime: make runtime.GC() trigger a concurrent GCAustin Clements
2017-03-31runtime: snapshot heap profile during mark terminationAustin Clements
2017-03-31runtime: pull heap profile cycle into a typeAustin Clements
2017-03-31runtime: diagram flow of stats through heap profileAustin Clements
2017-03-10runtime: remove unused ratep parameterDaniel Martí
2016-10-28runtime: ensure elapsed cycles are not negativePeter Weinberger
2016-10-28runtime: Profile goroutines holding contended mutexes.Peter Weinberger
2016-10-15runtime: mark several types go:notinheapAustin Clements
2016-09-22cmd/compile: don't instrument copy and append in runtimeIan Lance Taylor
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-04-22cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick