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

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