DOKK / manpages / debian 12 / systemtap-doc / function::symname.3stap.en
FUNCTION::SYMNAME(3stap) Context Functions FUNCTION::SYMNAME(3stap)

function::symname - Return the kernel symbol associated with the given address


symname:string(addr:long)

addr

The address to translate

Returns the (function) symbol name associated with the given address if known. If not known it will return the hex string representation of addr.

tapset::context-symbols(3stap)

November 2022 SystemTap Tapset Reference