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

Struct Sym

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

A Sym describes a single symbol in an object file.

Source from the content-addressed store, hash-verified

196
197// A Sym describes a single symbol in an object file.
198type Sym struct {
199 Name []string // names of symbol (many if symbol was dedup'ed)
200 File string // object file containing symbol
201 Start uint64 // start virtual address
202 End uint64 // virtual address of last byte in sym (Start+size-1)
203}
204
205// A UI manages user interactions.
206type UI interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected