DOKK / manpages / debian 11 / systemtap-doc / function::umodname.3stap.en
FUNCTION::UMODNAME(3stap) Context Functions FUNCTION::UMODNAME(3stap)

function::umodname - Returns the (short) name of the user module.


umodname:string(addr:long)

addr

User-space address

Returns the short name of the user space module for the current task that that the given address is part of. Reports an error when the address isn't in a (mapped in) module, or the module cannot be found for some reason.

tapset::ucontext(3stap)

November 2020 SystemTap Tapset Reference