]> Cypherpunks repositories - gostls13.git/commit
runtime: move goroutine stack exists events after span events
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 21 May 2024 04:15:40 +0000 (04:15 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 22 May 2024 20:32:51 +0000 (20:32 +0000)
commitb6fa505c4a3508600a4e4d7834228046b0310873
tree01fa8f804f20ea4cee12fca19cef7f4658a872fc
parent1110c4095e3ce91eabd830161b6b0836eba4263c
runtime: move goroutine stack exists events after span events

Preserving an ordering wherein spans are always named before their
constituents makes parsing much more straightforward.

Change-Id: Ida8764801a6c516d672ba343e4ce01b66ce9b427
Reviewed-on: https://go-review.googlesource.com/c/go/+/586999
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/traceallocfree.go