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
/
traceruntime.go
Age
Commit message (
Expand
)
Author
2025-06-27
runtime: account for missing frame pointer in preamble
Michael Anthony Knyszek
2025-05-30
runtime: set HeapGoal to zero when the GC is disabled
Carlos Amedee
2025-02-11
runtime: use internal/trace/tracev2 definitions
Michael Anthony Knyszek
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-11-13
runtime: prevent weak->strong conversions during mark termination
Michael Anthony Knyszek
2024-08-09
runtime: make function comments match function names
cuishuang
2024-07-26
runtime: allow experimental trace batches to be reused
Austin Clements
2024-07-25
runtime: allow the tracer to be reentrant
Michael Anthony Knyszek
2024-05-22
runtime: skip tracing events that would cause reentrancy
Michael Anthony Knyszek
2024-05-08
runtime: add traceallocfree GODEBUG for alloc/free events in traces
Michael Anthony Knyszek
2024-05-06
runtime: delete dead code in the tracer
Michael Anthony Knyszek
2024-04-19
runtime: track frame pointer while in syscall
Michael Anthony Knyszek
2024-04-15
runtime: rename v2 execution tracer files
Carlos Amedee