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

Struct internalObjTool

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

internalObjTool is a wrapper to map from the pprof external interface to the internal interface.

Source from the content-addressed store, hash-verified

234// internalObjTool is a wrapper to map from the pprof external
235// interface to the internal interface.
236type internalObjTool struct {
237 ObjTool
238}
239
240func (o *internalObjTool) Open(file string, start, limit, offset uint64, relocationSymbol string) (plugin.ObjFile, error) {
241 f, err := o.ObjTool.Open(file, start, limit, offset, relocationSymbol)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected