]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof: use DWARF info to lookup unknown PC addresses
authorIan Lance Taylor <iant@golang.org>
Thu, 24 Mar 2016 00:10:18 +0000 (17:10 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 31 Mar 2016 04:05:06 +0000 (04:05 +0000)
commitb4117995e3e01a669be737c36033c2393858d555
treec01edce64a80a4d284a398d3a94efc0873196113
parent4b209dbf0bf3e5fd4cffda1e11f11bf45ddf212d
cmd/pprof: use DWARF info to lookup unknown PC addresses

Test to follow in a separate CL that arranges for the runtime package to
store non-Go addresses in a CPU profile.

Change-Id: I33ce1d66b77340b1e62b54505fc9b1abcec108a9
Reviewed-on: https://go-review.googlesource.com/21055
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/objfile/elf.go
src/cmd/internal/objfile/goobj.go
src/cmd/internal/objfile/macho.go
src/cmd/internal/objfile/objfile.go
src/cmd/internal/objfile/pe.go
src/cmd/internal/objfile/plan9obj.go
src/cmd/pprof/pprof.go