index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
pprof
Age
Commit message (
Expand
)
Author
2026-02-09
[release-branch.go1.26] runtime/pprof: fix missing Profile docs
Austin Clements
2025-12-12
runtime/pprof: deflake TestGoroutineLeakProfileConcurrency
Michael Anthony Knyszek
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-11-21
runtime/pprof: remove hard-coded sleep in CPU profile reader
Nick Ripley
2025-11-13
runtime/pprof: fix goroutine leak profile tests for noopt
Michael Anthony Knyszek
2025-11-12
runtime,runtime/pprof: clean up goroutine leak profile writing
Vlad Saioc
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-10-15
runtime/pprof: fix errors in pprof_test
matloob
2025-10-15
runtime/pprof: skip flaky test TestProfilerStackDepth/heap for now
matloob
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-10-08
cmd/compile/internal/devirtualize: improve concrete type analysis
Mateusz Poliwczak
2025-10-02
runtime,net/http/pprof: goroutine leak detection by using the garbage collector
Vlad Saioc
2025-09-15
internal/syscall/unix: add KernelVersionGE
Kir Kolyshkin
2025-08-06
all: remove support for windows/arm
qiulaidongfeng
2025-06-10
runtime: handle system goroutines later in goroutine profiling
Michael Anthony Knyszek
2025-05-19
std: pass bytes.Buffer and strings.Builder by pointer
Alan Donovan
2025-05-15
runtime/pprof: include PCs for deduplication in TestMutexBlockFullAggregation
Nick Ripley
2025-05-13
runtime/pprof: return errors from writing profiles
Sean Liao
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-07
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2025-04-08
runtime: use internal/byteorder
apocelipes
2025-04-06
all: use slices.Equal to simplify code
cuishuang
2025-04-04
cmd/compile: stack allocate variable-sized makeslice
Keith Randall
2025-03-24
runtime: rename runfinq to runFinalizersAndCleanups
Michael Pratt
2025-03-17
runtime: skip TestCgoCallbackPprof on platforms with broken profiling
Michael Pratt
2025-03-11
runtime/internal: clean up completely
Jes Cok
2025-03-06
cmd/compile: remove no-longer-necessary recursive inlining checks
David Chase
2025-01-09
runtime/pprof: hide map runtime frames from heap profiles
Michael Pratt
2024-12-19
runtime/pprof: continued attempt to deflake the VMInfo test.
Cosmos Nicolaou
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-16
runtime/pprof: reduce label overhead
Felix Geisendörfer
2024-11-16
runtime/pprof: continued attempt to deflake the VMInfo test.
Cosmos Nicolaou
2024-11-13
runtime/pprof: note different between go test -memprofile and WriteHeapProfile
Sean Liao
2024-11-07
runtime/pprof: add label benchmark
Felix Geisendörfer
2024-11-04
runtime/pprof: relax TestProfilerStackDepth
Nick Ripley
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-10-24
runtime: uphold goroutine profile invariants in coroswitch
Michael Anthony Knyszek
2024-10-03
Revert "runtime/pprof: make TestBlockMutexProfileInlineExpansion stricter"
Nick Ripley
2024-10-02
runtime/pprof: make TestBlockMutexProfileInlineExpansion stricter
Nick Ripley
2024-10-01
runtime/pprof: add context to short stack panic
Michael Pratt
2024-09-25
runtime: fix GoroutineProfile stacks not getting null terminated
Felix Geisendörfer
2024-09-25
runtime: fix MutexProfile missing root frames
Felix Geisendörfer
2024-09-12
runtime/pprof: use slices.Contains
Tobias Klauser
2024-08-19
runtime: store zero-delay mutex contention events
Rhys Hiltner
2024-07-25
runtime: use slices and maps to clean up tests
apocelipes
2024-07-17
runtime: avoid multiple records with identical stacks from MutexProfile
Nick Ripley
2024-07-15
Revert "runtime: avoid multiple records with identical stacks from MutexProfile"
Cherry Mui
2024-07-09
runtime: avoid multiple records with identical stacks from MutexProfile
Nick Ripley
2024-07-03
cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is used
Cherry Mui
[next]