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

Struct Sym

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

A Sym describes a single symbol in an object file.

Source from the content-addressed store, hash-verified

168
169// A Sym describes a single symbol in an object file.
170type Sym struct {
171 Name []string // names of symbol (many if symbol was dedup'ed)
172 File string // object file containing symbol
173 Start uint64 // start virtual address
174 End uint64 // virtual address of last byte in sym (Start+size-1)
175}
176
177// A UI manages user interactions.
178type UI interface {

Callers 1

SymbolsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected