MCPcopy Create free account
hub / github.com/dispatchrun/wzprof / Locations

Method Locations

wzprof.go:219–219  ·  view source on GitHub ↗

Locations returns a list of function locations for a given program counter, and the address it found them at. Locations start from current function followed by the inlined functions, in order of inlining. Result if empty if the pc cannot be resolved.

(fn experimental.InternalFunction, pc experimental.ProgramCounter)

Source from the content-addressed store, hash-verified

217 // current function followed by the inlined functions, in order of
218 // inlining. Result if empty if the pc cannot be resolved.
219 Locations(fn experimental.InternalFunction, pc experimental.ProgramCounter) (uint64, []location)
220}
221
222type noopsymbolizer struct{}

Callers 1

locationForCallFunction · 0.65

Implementers 4

dwarfmapperdwarf.go
pclntabpclntab.go
pythonpython.go

Calls

no outgoing calls

Tested by

no test coverage detected