MCPcopy Create free account
hub / github.com/google/pprof / BuildID

Method BuildID

driver/driver.go:169–169  ·  view source on GitHub ↗

BuildID returns the GNU build ID of the file, or an empty string.

()

Source from the content-addressed store, hash-verified

167
168 // BuildID returns the GNU build ID of the file, or an empty string.
169 BuildID() string
170
171 // SourceLine reports the source line information for a given
172 // address in the file. Due to inlining, the source line information

Callers 2

locateBinariesFunction · 0.65
doLocalSymbolizeFunction · 0.65

Implementers 6

fileinternal/binutils/binutils.go
testFileinternal/driver/fetch_test.go
fakeObjinternal/driver/webui_test.go
mockFileinternal/driver/driver_test.go
mockObjFileinternal/symbolizer/symbolizer_test.go
fakeObjbrowsertests/testutils.go

Calls

no outgoing calls

Tested by

no test coverage detected