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::modname - Return the kernel module name loaded at the address

Arguments

addr
           The address to map to a kernel module name

Description

       Returns the module name associated with the given address if known. If not known it will raise an error.
       If the address was not in a kernel module, but in the kernel itself, then the string “kernel” will be
       returned.

Name

       function::modname - Return the kernel module name loaded at the address

See Also

tapset::context-symbols(3stap)

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

Synopsis

           modname:string(addr:long)

See Also