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

Method Name

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

Name returns the underlying file name, if available.

()

Source from the content-addressed store, hash-verified

161type ObjFile interface {
162 // Name returns the underlying file name, if available.
163 Name() string
164
165 // ObjAddr returns the objdump address corresponding to a runtime address.
166 ObjAddr(addr uint64) (uint64, error)

Callers 12

leaveTempfileFunction · 0.65
DiffFunction · 0.65
TestHTTPSInsecureFunction · 0.65
awayFromTTYFunction · 0.65
invokeVisualizerFunction · 0.65
TestNewTempFileFunction · 0.65
fetchProfilesFunction · 0.65
convertPerfDataFunction · 0.65
TestParseFunction · 0.65
TestOpenSourceFileFunction · 0.65
TestParseDataFunction · 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 7

leaveTempfileFunction · 0.52
TestHTTPSInsecureFunction · 0.52
TestNewTempFileFunction · 0.52
TestParseFunction · 0.52
TestOpenSourceFileFunction · 0.52
TestParseDataFunction · 0.52