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

Method BuildID

internal/plugin/plugin.go:141–141  ·  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

139
140 // BuildID returns the GNU build ID of the file, or an empty string.
141 BuildID() string
142
143 // SourceLine reports the source line information for a given
144 // address in the file. Due to inlining, the source line information

Callers

nothing calls this directly

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