]> Cypherpunks repositories - gostls13.git/commit
internal/trace: remove backlinks from span/task end to start
authorHana Kim <hakim@google.com>
Thu, 22 Feb 2018 18:27:39 +0000 (13:27 -0500)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Fri, 2 Mar 2018 20:15:57 +0000 (20:15 +0000)
commit16398894dccf06e34af8fb1c7cff6eed9b163057
treef36991b9d4fea859e4b0af0f80c1236e639d40d1
parent644b2dafc2885d0780605fa66061431fef55645a
internal/trace: remove backlinks from span/task end to start

Even though undocumented, the assumption is the Event's link field
points to the following event in the future. The new span/task event
processing breaks the assumption.

Change-Id: I4ce2f30c67c4f525ec0a121a7e43d8bdd2ec3f77
Reviewed-on: https://go-review.googlesource.com/96395
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/cmd/trace/annotations.go
src/internal/trace/parser.go