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
/
trace.go
Age
Commit message (
Expand
)
Author
2025-12-30
all: fix some minor grammatical issues in the comments
cuishuang
2025-12-11
runtime: prevent calls to GOMAXPROCS while clearing P trace state
Michael Anthony Knyszek
2025-11-21
runtime: replace trace seqlock with write flag
Michael Anthony Knyszek
2025-10-30
runtime: document tracer invariants explicitly
Michael Anthony Knyszek
2025-08-15
internal/trace: add end-of-generation signal to trace
Michael Anthony Knyszek
2025-07-07
runtime: make traceStack testable and add a benchmark
Michael Anthony Knyszek
2025-06-18
runtime: prevent mutual deadlock between GC stopTheWorld and suspendG
Michael Anthony Knyszek
2025-06-16
runtime: don't let readTrace spin on trace.shutdown
Michael Anthony Knyszek
2025-06-13
runtime: comment that some linknames are used by runtime/trace
Cherry Mui
2025-05-21
runtime/trace: add the flight recorder
Carlos Amedee
2025-05-21
runtime,internal/trace: emit clock snapshots at the start of trace generations
Felix Geisendörfer
2024-07-26
runtime: allow experimental trace batches to be reused
Austin Clements
2024-05-22
all: document legacy //go:linkname for modules with ≥50,000 dependents
Russ Cox
2024-05-22
runtime: write out a batch with alignment info for traceallocfree
Michael Anthony Knyszek
2024-05-08
runtime: add traceallocfree GODEBUG for alloc/free events in traces
Michael Anthony Knyszek
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-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-22
runtime: add tracing for iter.Pull
Michael Anthony Knyszek
2024-02-10
runtime: call traceAdvance before exiting
Nicolas Hillegeer
2024-01-15
runtime: more godoc links
Olivier Mengué
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2023-11-09
runtime: refactor runtime->tracer API to appear more like a lock
Michael Anthony Knyszek
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-08-21
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-08-15
runtime: mark traceEnabled and traceShuttingDown as no:split
Mauri de Souza Meneguzzo
2023-08-07
Revert "runtime: drop stack-allocated pcvalueCaches"
Austin Clements
2023-08-07
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-06-27
runtime: fix trace.Stop deadlock when built with faketime
Hiro
2023-06-13
runtime/trace: disable frame pointer unwinding on plan9
Philip Silva
2023-05-22
runtime: rename getcallerfp to getfp
Felix Geisendörfer
2023-05-19
runtime: make trace.lock not reentrant
Michael Anthony Knyszek
2023-05-19
runtime: replace raw traceEv with traceBlockReason in gopark
Michael Anthony Knyszek
2023-05-19
runtime: make traceClockNow nosplit
Michael Anthony Knyszek
2023-05-19
runtime: formalize the trace clock
Michael Anthony Knyszek
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
2023-05-17
runtime: replace sysBlockTraced with tracedSyscallEnter
Michael Anthony Knyszek
2023-05-17
runtime: hide sysExitTicks a little better
Michael Anthony Knyszek
2023-05-17
runtime: capture per-p trace state in a type
Michael Anthony Knyszek
2023-05-17
runtime: capture per-m trace state in a type
Michael Anthony Knyszek
2023-05-17
runtime: capture per-g trace state in a type
Michael Anthony Knyszek
2023-05-17
runtime: factor our oneNewExtraM trace code
Michael Anthony Knyszek
2023-05-12
runtime: remove unused skip arg from fpTracebackPCs
Felix Geisendörfer
2023-05-11
runtime: remove unused traceFutileWakeup
Michael Anthony Knyszek
2023-05-11
runtime: hide trace.shutdown behind traceShuttingDown
Michael Anthony Knyszek
2023-05-11
runtime: add traceEnabled function
Michael Anthony Knyszek
2023-05-11
runtime: hide trace lock init details
Michael Anthony Knyszek
2023-05-11
Revert "runtime: rename getcallerfp to getfp"
Michael Pratt
2023-05-11
runtime: rename getcallerfp to getfp
Felix Geisendörfer
[next]