]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof: Re-enable weblist and disasm
authorRaul Silvera <rsilvera@google.com>
Wed, 21 Dec 2016 18:16:15 +0000 (10:16 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 22 Dec 2016 22:43:44 +0000 (22:43 +0000)
commit8887be4654a49d8644d35661f2d71c970ba6dc02
tree2f92c7b8bbe4902ad506f9bd9c52e8fc49870914
parent6e36811c37399d60cbce587b7c48e611009c5aec
cmd/pprof: Re-enable weblist and disasm

Previous changes started using the full filename for object files
on graph nodes, instead of just the file basename. The basename
was still being used when selecting mappings to disassemble for
weblist and disasm commands, causing a mismatch.

This fixes #18385. It was already fixed on the upstream pprof.

Change-Id: I1664503634f2c8cd31743561301631f12c4949c9
Reviewed-on: https://go-review.googlesource.com/34665
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/pprof/internal/report/report.go
src/cmd/pprof/internal/report/source.go