go/src/runtime/pprof
Daniel Martí 8da180f6ca all: remove some unused return parameters
As found by unparam. Picked the low-hanging fruit, consisting only of
errors that were always nil and results that were never used. Left out
those that were useful for consistency with other func signatures.

Change-Id: I06b52bbd3541f8a5d66659c909bd93cb3e172018
Reviewed-on: https://go-review.googlesource.com/102418
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-03-24 19:44:47 +00:00
..
internal/profile
testdata
elf.go
label.go runtime/pprof: Fix type name in function comment 2017-07-05 18:26:47 +00:00
label_test.go
map.go
mprof_test.go
pprof.go runtime/pprof: scale mutex profile with sampling rate 2018-01-24 14:06:59 +00:00
pprof_test.go runtime/pprof: harden CPU profile test against smart backend 2017-11-07 13:52:37 +00:00
proto.go all: remove some unused return parameters 2018-03-24 19:44:47 +00:00
proto_test.go runtime/pprof: ignore dummy huge page mapping in /proc/self/maps 2017-04-26 19:34:56 +00:00
protobuf.go
protomem.go runtime/pprof: expand inlined frames in symbolized proto profiles 2017-05-15 18:20:23 +00:00
protomem_test.go runtime/pprof: clean up call/return PCs in memory profiles 2017-05-15 18:20:20 +00:00
runtime.go
runtime_test.go