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

function::usymname - Return the symbol of an address in the current task.


usymname: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::ucontext-symbols(3stap)

November 2022 SystemTap Tapset Reference