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

Method Name

internal/plugin/plugin.go:134–134  ·  view source on GitHub ↗

Name returns the underlyinf file name, if available

()

Source from the content-addressed store, hash-verified

132type ObjFile interface {
133 // Name returns the underlyinf file name, if available
134 Name() string
135
136 // ObjAddr returns the objdump (linker) address corresponding to a runtime
137 // address, and an error.

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