]> Cypherpunks repositories - gostls13.git/commit
cmd/trace: label mark termination spans as such
authorAustin Clements <austin@google.com>
Thu, 29 Sep 2016 15:59:56 +0000 (11:59 -0400)
committerAustin Clements <austin@google.com>
Fri, 7 Oct 2016 18:33:23 +0000 (18:33 +0000)
commit94589054d3ed88c049fbe468d58b995e0e154f1d
tree8bbf203c30d95531937cabe10282dc43462df455
parenteed309f5fb223a879630e9dced8c44c2b049cf71
cmd/trace: label mark termination spans as such

Currently these are labeled "MARK", which was accurate in the STW
collector, but these really indicate mark termination now, since
marking happens for the full duration of the concurrent GC. Re-label
them as "MARK TERMINATION" to clarify this.

Change-Id: Ie98bd961195acde49598b4fa3f9e7d90d757c0a6
Reviewed-on: https://go-review.googlesource.com/30018
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/cmd/trace/trace.go
src/internal/trace/parser.go
src/runtime/trace.go