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

Struct Inst

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

An Inst is a single instruction in an assembly listing.

Source from the content-addressed store, hash-verified

121
122// An Inst is a single instruction in an assembly listing.
123type Inst struct {
124 Addr uint64 // virtual address of instruction
125 Text string // instruction text
126 Function string // function name
127 File string // source file
128 Line int // source line
129}
130
131// An ObjFile is a single object file: a shared library or executable.
132type ObjFile interface {

Callers 1

DisasmMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected