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
/
trace2runtime.go
Age
Commit message (
Expand
)
Author
2024-04-15
runtime: rename v2 execution tracer files
Carlos Amedee
2024-04-15
runtime, cmd/trace: remove code paths that include v1 tracer
Carlos Amedee
2024-04-10
runtime: rewrite traceMap to scale better
Michael Anthony Knyszek
2024-04-05
runtime: emit trace stacks for more goroutines in each generation
Michael Anthony Knyszek
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-22
runtime: add tracing for iter.Pull
Michael Anthony Knyszek
2024-03-08
runtime: make checking if tracing is enabled non-atomic
Michael Anthony Knyszek
2024-02-01
runtime: fix trace EvGoStop Gosched reason to match function
Michael Anthony Knyszek
2024-01-19
runtime: make a much better effort to emit CPU profile in a trace
Michael Anthony Knyszek
2023-11-21
runtime: emit a ProcSteal from entersyscall_gcwait
Michael Anthony Knyszek
2023-11-14
internal/trace/v2: resolve syscall parsing ambiguity
Michael Anthony Knyszek
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek