logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Arguments

addr
           User-space address

Description

       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.

Name

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

See Also

tapset::ucontext(3stap)

SystemTap Tapset Reference                         April 2024                          FUNCTION::UMODNAME(3stap)

Synopsis

           umodname:string(addr:long)

See Also