aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof
AgeCommit message (Expand)Author
39 hoursruntime/pprof: using buffer writer instead of original writerWeixie Cui
2026-03-28runtime: remove redundant fields from memory profile recordsNick Ripley
2026-02-09runtime/pprof: fix missing Profile docsAustin Clements
2025-12-12runtime/pprof: deflake TestGoroutineLeakProfileConcurrencyMichael Anthony Knyszek
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-13runtime/pprof: fix goroutine leak profile tests for nooptMichael Anthony Knyszek
2025-11-12runtime,runtime/pprof: clean up goroutine leak profile writingVlad Saioc
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-15runtime/pprof: fix errors in pprof_testmatloob
2025-10-15runtime/pprof: skip flaky test TestProfilerStackDepth/heap for nowmatloob
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2025-10-08cmd/compile/internal/devirtualize: improve concrete type analysisMateusz Poliwczak
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-09-15internal/syscall/unix: add KernelVersionGEKir Kolyshkin
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-06-10runtime: handle system goroutines later in goroutine profilingMichael Anthony Knyszek
2025-05-19std: pass bytes.Buffer and strings.Builder by pointerAlan Donovan
2025-05-15runtime/pprof: include PCs for deduplication in TestMutexBlockFullAggregationNick Ripley
2025-05-13runtime/pprof: return errors from writing profilesSean Liao
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-07runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2025-04-08runtime: use internal/byteorderapocelipes
2025-04-06all: use slices.Equal to simplify codecuishuang
2025-04-04cmd/compile: stack allocate variable-sized makesliceKeith Randall
2025-03-24runtime: rename runfinq to runFinalizersAndCleanupsMichael Pratt
2025-03-17runtime: skip TestCgoCallbackPprof on platforms with broken profilingMichael Pratt
2025-03-11runtime/internal: clean up completelyJes Cok
2025-03-06cmd/compile: remove no-longer-necessary recursive inlining checksDavid Chase
2025-01-09runtime/pprof: hide map runtime frames from heap profilesMichael Pratt
2024-12-19runtime/pprof: continued attempt to deflake the VMInfo test.Cosmos Nicolaou
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-16runtime/pprof: reduce label overheadFelix Geisendörfer
2024-11-16runtime/pprof: continued attempt to deflake the VMInfo test.Cosmos Nicolaou
2024-11-13runtime/pprof: note different between go test -memprofile and WriteHeapProfileSean Liao
2024-11-07runtime/pprof: add label benchmarkFelix Geisendörfer
2024-11-04runtime/pprof: relax TestProfilerStackDepthNick Ripley
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-10-24runtime: uphold goroutine profile invariants in coroswitchMichael Anthony Knyszek
2024-10-03Revert "runtime/pprof: make TestBlockMutexProfileInlineExpansion stricter"Nick Ripley
2024-10-02runtime/pprof: make TestBlockMutexProfileInlineExpansion stricterNick Ripley
2024-10-01runtime/pprof: add context to short stack panicMichael Pratt
2024-09-25runtime: fix GoroutineProfile stacks not getting null terminatedFelix Geisendörfer
2024-09-25runtime: fix MutexProfile missing root framesFelix Geisendörfer
2024-09-12runtime/pprof: use slices.ContainsTobias Klauser
2024-08-19runtime: store zero-delay mutex contention eventsRhys Hiltner
2024-07-25runtime: use slices and maps to clean up testsapocelipes
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