1
0
mirror of https://github.com/golang/go synced 2024-10-02 06:28:33 -06:00
go/src/runtime/pprof
Fabian Wickborn b5240daa2f runtime/pprof: Fix type name in function comment
The name LabelList was changed to LabelSet during the development of the
proposal [1], except in one function comment. This commit fixes that.

Fixes #20905.

[1] https://github.com/golang/go/issues/17280

Change-Id: Id4f48d59d7d513fa24b2e42795c2baa5ceb78f36
Reviewed-on: https://go-review.googlesource.com/47470
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-07-05 18:26:47 +00:00
..
internal/profile runtime/pprof/internal/profile: move internal/pprof/profile here 2017-02-24 20:45:21 +00:00
testdata runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/maps 2017-03-08 01:09:18 +00:00
elf.go runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/maps 2017-03-08 01:09:18 +00:00
label_test.go all: fix minor misspellings 2017-04-03 23:19:07 +00:00
label.go runtime/pprof: Fix type name in function comment 2017-07-05 18:26:47 +00:00
map.go runtime/pprof: use more efficient hash table for staging profile 2017-02-24 17:05:37 +00:00
mprof_test.go runtime/pprof: add streaming protobuf encoder 2017-02-24 20:15:56 +00:00
pprof_test.go runtime: record mutex event before readying 2017-06-14 16:07:58 +00:00
pprof.go runtime/pprof: don't produce 0 location in count profiles 2017-05-17 18:58:31 +00:00
proto_test.go runtime/pprof: ignore dummy huge page mapping in /proc/self/maps 2017-04-26 19:34:56 +00:00
proto.go runtime/pprof: expand inlined frames in symbolized proto profiles 2017-05-15 18:20:23 +00:00
protobuf.go runtime/pprof: add streaming protobuf encoder 2017-02-24 20:15:56 +00:00
protomem_test.go runtime/pprof: clean up call/return PCs in memory profiles 2017-05-15 18:20:20 +00:00
protomem.go runtime/pprof: expand inlined frames in symbolized proto profiles 2017-05-15 18:20:23 +00:00
runtime_test.go runtime: add definitions for SetGoroutineLabels and Do 2017-02-06 20:29:37 +00:00
runtime.go runtime: add definitions for SetGoroutineLabels and Do 2017-02-06 20:29:37 +00:00