Expand description
Symbol discovery engine for resolving probe specs to concrete uprobe targets.
Scans ELF binaries (via /proc/pid/maps or system library paths) to find
symbols matching a ProbeSpec. Supports exact, glob, regex, and demangled
name matching, as well as source-location resolution via DWARF debug info.
Structs§
- Probe
Resolver - Resolves probe specifications to concrete uprobe attach targets.
- Resolved
Probe - A resolved probe target — a concrete (library, symbol, offset) triple
that can be passed to
UProbe::attach().
Functions§
- format_
resolved_ probes - Format resolved probes for display (used by –list-probes).