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

function::kernel_long - Retrieves a long value stored in kernel memory

Arguments

addr
           The kernel address to retrieve the long from

Description

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

Name

       function::kernel_long - Retrieves a long value stored in kernel memory

See Also

tapset::conversions(3stap)

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

Synopsis

           kernel_long:long(addr:long)

See Also