Documentation ¶
Index ¶
Constants ¶
View Source
const (
ExePathEnvVar = "OTEL_TARGET_EXE"
)
Variables ¶
This section is empty.
Functions ¶
func NewAnalyzer ¶
func NewAnalyzer() *processAnalyzer
Types ¶
type AllocationDetails ¶ added in v0.6.0
type Func ¶
func FindFunctionsStripped ¶ added in v0.6.4
type TargetArgs ¶
func ParseTargetArgs ¶
func ParseTargetArgs() *TargetArgs
func (*TargetArgs) Validate ¶
func (t *TargetArgs) Validate() error
type TargetDetails ¶
type TargetDetails struct { PID int Functions []*Func GoVersion *version.Version Libraries map[string]string AllocationDetails *AllocationDetails }
func (*TargetDetails) GetFunctionOffset ¶
func (t *TargetDetails) GetFunctionOffset(name string) (uint64, error)
func (*TargetDetails) GetFunctionReturns ¶
func (t *TargetDetails) GetFunctionReturns(name string) ([]uint64, error)
func (*TargetDetails) IsRegistersABI ¶
func (t *TargetDetails) IsRegistersABI() bool
Source Files ¶
Click to show internal directories.
Click to hide internal directories.