aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/pprof.go
AgeCommit message (Expand)Author
2026-02-09[release-branch.go1.26] runtime/pprof: fix missing Profile docsAustin Clements
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-21runtime/pprof: remove hard-coded sleep in CPU profile readerNick Ripley
2025-11-12runtime,runtime/pprof: clean up goroutine leak profile writingVlad Saioc
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-05-13runtime/pprof: return errors from writing profilesSean Liao
2025-05-07runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2025-01-09runtime/pprof: hide map runtime frames from heap profilesMichael Pratt
2024-11-16runtime/pprof: reduce label overheadFelix Geisendörfer
2024-11-13runtime/pprof: note different between go test -memprofile and WriteHeapProfileSean Liao
2024-07-17runtime: avoid multiple records with identical stacks from MutexProfileNick Ripley
2024-07-15Revert "runtime: avoid multiple records with identical stacks from MutexProfile"Cherry Mui
2024-07-09runtime: avoid multiple records with identical stacks from MutexProfileNick Ripley
2024-07-03cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is usedCherry Mui
2024-05-30Revert "runtime: remove GODEBUG=runtimecontentionstacks"Rhys Hiltner
2024-05-29all: document legacy //go:linkname for modules with ≥100 dependentsRuss Cox
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-21runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2024-05-21runtime: increase profiling stack depth to 128Felix Geisendörfer
2024-02-20runtime/pprof: update outdated google/pprof linkhi-rustin
2024-01-30runtime: avoid new linkname for goroutine profilesMichael Pratt
2024-01-30runtime: reduce one STW when obtaining goroutine configuration fileJun10ng
2023-12-30all: replace outdated linkscui fliter
2023-12-06runtime/pprof: add section headers to Profile docMichael Pratt
2023-12-06runtime/pprof: document block and mutex profilesMichael Pratt
2023-11-08runtime: add available godoc linkcui fliter
2022-11-18all: add missing periods in commentscui fliter
2022-11-15runtime/pprof: scale mutex profile samples when they are recordedNick Ripley
2022-09-23runtime/pprof: force use of 4-column profiles in pprof memprofile outputRuss Cox
2022-09-08runtime/pprof: use strings.Buildercuiweixie
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-05-24[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInt...Cherry Mui
2021-03-18runtime/pprof: move common code to writeProfileInternal functionElvina Yakubova
2020-04-22runtime/pprof: plumb labels for goroutine profilesDavid Finkel
2020-04-21Revert "runtime/pprof: speed up CPU profiling shutdown"Josh Bleecher Snyder
2020-04-20runtime/pprof: speed up CPU profiling shutdownJosh Bleecher Snyder
2020-03-17runtime/pprof: export max rss when saving memory profiles.Jeremy Faller
2020-03-11runtime/pprof: document that debug=0 emits protoTamir Duberstein
2019-11-08runtime/pprof: correct inlined function location encoding for non-CPU profilesHana (Hyang-Ah) Kim
2019-11-05runtime/pprof: update example comment to check error on CloseIan Lance Taylor
2018-08-22runtime/pprof: fix resource leak in documentationRoland Illig
2018-05-21runtime/pprof: update stale link in documentationAlberto Donizetti
2018-04-24runtime/pprof: introduce "allocs" profileHana (Hyang-Ah) Kim
2018-01-24runtime/pprof: scale mutex profile with sampling rateHana Kim
2017-12-01runtime/pprof: read memstats earlier in profile handlerRuss Cox
2017-11-18runtime/pprof: fix doc typoDavor Kapsa
2017-11-03runtime/pprof: use new profile format for block/mutex profilesHana (Hyang-Ah) Kim
2017-09-22all: use sort.Slice in a few more placesDaniel Martí