utls/trace
Michael Anthony Knyszek 9348efa1dc runtime: move next_gc and last_next_gc into gcControllerState
This change moves next_gc and last_next_gc into gcControllerState under
the names heapGoal and lastHeapGoal respectively. These are
fundamentally GC pacer related values, and so it makes sense for them to
live here.

Partially generated by

rf '
    ex . {
	memstats.next_gc -> gcController.heapGoal
	memstats.last_next_gc -> gcController.lastHeapGoal
    }
'

except for updates to comments and gcControllerState methods, where
they're accessed through the receiver, and trace-related renames of
NextGC -> HeapGoal, while we're here.

For #44167.

Change-Id: I1e871ad78a57b01be8d9f71bd662530c84853bed
Reviewed-on: https://go-review.googlesource.com/c/go/+/306603
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
2021-04-14 14:03:30 +00:00
..
testdata internal/trace: link user span start and end events 2018-02-15 19:33:20 +00:00
gc.go cmd/trace: revert internal/traceparser 2018-11-22 02:59:55 +00:00
gc_test.go all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
goroutines.go all: fix typos detected by github.com/client9/misspell 2018-08-23 15:54:07 +00:00
mkcanned.bash internal/trace: link user span start and end events 2018-02-15 19:33:20 +00:00
mud.go cmd/trace: revert internal/traceparser 2018-11-22 02:59:55 +00:00
mud_test.go cmd/trace: revert internal/traceparser 2018-11-22 02:59:55 +00:00
order.go Revert "internal/trace: change Less to make sorting events deterministice" 2018-05-24 18:03:21 +00:00
parser.go runtime: move next_gc and last_next_gc into gcControllerState 2021-04-14 14:03:30 +00:00
parser_test.go all: update to use os.ReadDir where appropriate 2020-12-09 19:12:27 +00:00
writer.go internal/trace: add license header to writer.go 2020-05-10 10:22:35 +00:00