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
/
profbuf.go
Age
Commit message (
Expand
)
Author
2025-11-21
runtime/pprof: remove hard-coded sleep in CPU profile reader
Nick Ripley
2025-11-21
runtime: fix double wakeup in CPU profile buffer
Nick Ripley
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-08
runtime: use built-in clear to simplify code
apocelipes
2023-12-15
all: fix copyright headers
Jes Cok
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-08-14
runtime: profiling on Darwin cannot use blocking reads
David Chase
2022-08-18
runtime: convert profbuf.eof to atomic type
Cuong Manh Le
2022-08-18
runtime: convert profbuf.overflowTime to atomic type
Cuong Manh Le
2022-08-18
runtime: convert profbuf.overflow to atomic type
Cuong Manh Le
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2017-08-18
runtime: fix false positive race in profile label reading
Austin Clements
2017-04-28
runtime: fix profile handling of labels for race detector
Russ Cox
2017-02-23
runtime: new profile buffer implementation supporting label pointers
Russ Cox