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
/
mprof.go
Age
Commit message (
Expand
)
Author
2026-01-23
runtime: speed up cheaprand and cheaprand64
Gavin Lam
2026-01-23
runtime: remove logical stack sentinel for runtime lock stacks
Nick Ripley
2026-01-23
runtime: remove unused mutexevent linkname
Nick Ripley
2025-11-12
runtime,runtime/pprof: clean up goroutine leak profile writing
Vlad Saioc
2025-10-30
runtime: eliminate _Psyscall
Michael Anthony Knyszek
2025-10-20
runtime: add _Gdeadextra status
Michael Anthony Knyszek
2025-10-15
runtime/pprof: fix errors in pprof_test
matloob
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-10-02
runtime,net/http/pprof: goroutine leak detection by using the garbage collector
Vlad Saioc
2025-08-15
runtime/metrics: add metrics for goroutine sched states
Michael Anthony Knyszek
2025-06-10
runtime: handle system goroutines later in goroutine profiling
Michael Anthony Knyszek
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-07
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2025-05-07
runtime: blame unlocker for mutex delay
Rhys Hiltner
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2024-11-18
internal/sync: move sync.Mutex implementation into new package
Michael Anthony Knyszek
2024-10-21
runtime: refactor mallocgc into several independent codepaths
Michael Anthony Knyszek
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-17
runtime: move getcallersp to internal/runtime/sys
Michael Pratt
2024-09-17
runtime: move getcallerpc to internal/runtime/sys
Michael Pratt
2024-08-20
src: fix typos
Alexander Cyon
2024-08-19
runtime: store zero-delay mutex contention events
Rhys Hiltner
2024-08-14
runtime: record all sampled mutex profile events
Rhys Hiltner
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
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
2024-05-30
Revert "runtime: prepare for extensions to waiting M list"
Rhys Hiltner
2024-05-30
Revert "runtime: double-link list of waiting Ms"
Rhys Hiltner
2024-05-30
Revert "runtime: profile mutex contention during unlock"
Rhys Hiltner
2024-05-30
Revert "runtime: remove GODEBUG=runtimecontentionstacks"
Rhys Hiltner
2024-05-30
Revert "runtime: split mutex profile clocks"
Rhys Hiltner
2024-05-22
runtime: split mutex profile clocks
Rhys Hiltner
2024-05-21
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2024-05-21
runtime: profile mutex contention during unlock
Rhys Hiltner
2024-05-21
runtime: double-link list of waiting Ms
Rhys Hiltner
2024-05-21
runtime: prepare for extensions to waiting M list
Rhys Hiltner
2024-05-21
runtime: make profstackdepth a GODEBUG option
Felix Geisendörfer
2024-05-21
runtime: increase profiling stack depth to 128
Felix Geisendörfer
2024-05-21
runtime: fix profile stack trace depth regression
Felix Geisendörfer
2024-05-13
runtime: use frame pointer unwinding for block and mutex profilers
Nick Ripley
2024-05-08
runtime: move profiling pc buffers to m
Felix Geisendörfer
2024-05-08
runtime: remove allocfreetrace
Michael Anthony Knyszek
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-08
runtime: use built-in clear to simplify code
apocelipes
2024-01-30
runtime: avoid new linkname for goroutine profiles
Michael Pratt
2024-01-30
runtime: reduce one STW when obtaining goroutine configuration file
Jun10ng
2024-01-15
runtime: more godoc links
Olivier Mengué
[next]