aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace2runtime.go
AgeCommit message (Expand)Author
2024-04-15runtime: rename v2 execution tracer filesCarlos Amedee
2024-04-15runtime, cmd/trace: remove code paths that include v1 tracerCarlos Amedee
2024-04-10runtime: rewrite traceMap to scale betterMichael Anthony Knyszek
2024-04-05runtime: emit trace stacks for more goroutines in each generationMichael Anthony Knyszek
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-22runtime: add tracing for iter.PullMichael Anthony Knyszek
2024-03-08runtime: make checking if tracing is enabled non-atomicMichael Anthony Knyszek
2024-02-01runtime: fix trace EvGoStop Gosched reason to match functionMichael Anthony Knyszek
2024-01-19runtime: make a much better effort to emit CPU profile in a traceMichael Anthony Knyszek
2023-11-21runtime: emit a ProcSteal from entersyscall_gcwaitMichael Anthony Knyszek
2023-11-14internal/trace/v2: resolve syscall parsing ambiguityMichael Anthony Knyszek
2023-11-10runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2Michael Anthony Knyszek