go/src/runtime/pprof
Michael Anthony Knyszek c863849800 runtime: rename mcache fields to match Go style
This change renames a bunch of malloc statistics stored in the mcache
that are all named with the "local_" prefix. It also renames largeAlloc
to allocLarge to prevent a naming conflict, and next_sample because it
would be the last mcache field with the old C naming style.

Change-Id: I29695cb83b397a435ede7e9ad5c3c9be72767ea3
Reviewed-on: https://go-review.googlesource.com/c/go/+/246969
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>
2020-10-26 17:26:48 +00:00
..
testdata
elf.go
label.go runtime/pprof: plumb labels for goroutine profiles 2020-04-22 16:01:25 +00:00
label_test.go runtime/pprof: plumb labels for goroutine profiles 2020-04-22 16:01:25 +00:00
map.go
mprof_test.go runtime: rename mcache fields to match Go style 2020-10-26 17:26:48 +00:00
pprof.go runtime/pprof: plumb labels for goroutine profiles 2020-04-22 16:01:25 +00:00
pprof_norusage.go
pprof_rusage.go all: add GOOS=ios 2020-09-23 18:12:59 +00:00
pprof_test.go all: add GOOS=ios 2020-09-23 18:12:59 +00:00
proto.go test/codegen, runtime/pprof, runtime: apply fmt 2020-04-21 09:07:42 +00:00
proto_test.go net/http/pprof: support the "seconds" param for block, mutex profiles 2020-04-17 19:35:56 +00:00
protobuf.go
protomem.go
protomem_test.go net/http/pprof: support the "seconds" param for block, mutex profiles 2020-04-17 19:35:56 +00:00
runtime.go
runtime_test.go