aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/traceallocfree.go
AgeCommit message (Expand)Author
2025-07-28all: omit unnecessary type conversionsJes Cok
2025-04-23runtime: move sizeclass defs to new package internal/runtime/gcMichael Anthony Knyszek
2025-02-11runtime: use internal/trace/tracev2 definitionsMichael Anthony Knyszek
2024-07-25runtime: allow the tracer to be reentrantMichael Anthony Knyszek
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-05-22runtime: move goroutine stack exists events after span eventsMichael Anthony Knyszek
2024-05-22runtime: write out a batch with alignment info for traceallocfreeMichael Anthony Knyszek
2024-05-22runtime: correctly account for allocated objects in allocfree traceMichael Anthony Knyszek
2024-05-08runtime: add traceallocfree GODEBUG for alloc/free events in tracesMichael Anthony Knyszek