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

Struct Inst

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

An Inst is a single instruction in an assembly listing.

Source from the content-addressed store, hash-verified

150
151// An Inst is a single instruction in an assembly listing.
152type Inst struct {
153 Addr uint64 // virtual address of instruction
154 Text string // instruction text
155 Function string // function name
156 File string // source file
157 Line int // source line
158}
159
160// An ObjFile is a single object file: a shared library or executable.
161type ObjFile interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected