procsyms

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FnSym

type FnSym struct {
	Name   string
	Module string
	Offset uint64
}

FnSym is a function location (function name, module path + offset)

func GetFnSymbol

func GetFnSymbol(pid int, addr uint64) (*FnSym, error)

GetFnSymbol -- returns the FnSym for a given address and PID

func (*FnSym) ToString

func (fsym *FnSym) ToString() string

ToString returns a string representation of FnSym

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL