aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace2stack.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-10runtime: push down systemstack requirement for tracer where possibleMichael Anthony Knyszek
2024-04-08Revert "runtime: push down systemstack requirement for tracer where possible"Michael Knyszek
2024-04-05runtime: push down systemstack requirement for tracer where possibleMichael Anthony Knyszek
2024-04-05runtime: take a stack trace during tracing only when we own the stackMichael Anthony Knyszek
2024-04-05runtime: emit trace stacks for more goroutines in each generationMichael Anthony Knyszek
2023-11-22runtime: don't hold the table lock in (*traceStackTable).dumpMichael Anthony Knyszek
2023-11-10runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2Michael Anthony Knyszek