Skip to main content

Module probe_resolver

Module probe_resolver 

Source
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§

ProbeResolver
Resolves probe specifications to concrete uprobe attach targets.
ResolvedProbe
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).