logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

function::kernel_int - Retrieves an int value stored in kernel memory

Arguments

addr
           The kernel address to retrieve the int from

Description

       Returns the int value from a given kernel memory address. Reports an error when reading from the given
       address fails.

Name

       function::kernel_int - Retrieves an int value stored in kernel memory

See Also

tapset::conversions(3stap)

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

Synopsis

           kernel_int:long(addr:long)

return

See Also