Documentation
¶
Overview ¶
Package kallsyms loads and parses the kernel symbol table so that other modules can attach kprobe to functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SymbolTable ¶
type SymbolTable struct {
// contains filtered or unexported fields
}
SymbolTable is the parsed symbol table from kernel.
func (*SymbolTable) Lookup ¶
func (t *SymbolTable) Lookup(name, types string) uint64
Lookup looks up the symbol in a module.
Click to show internal directories.
Click to hide internal directories.