Function aya::util::kernel_symbols[][src]

pub fn kernel_symbols() -> Result<BTreeMap<u64, String>, Error>
Expand description

Loads kernel symbols from /proc/kallsyms.

The symbols can be passed to StackTrace::resolve.