Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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