function::kernel_char - Retrieves a char value stored in kernel memory
Contents
Arguments
addr
The kernel address to retrieve the char from
Description
Returns the char value from a given kernel memory address. Reports an error when reading from the given
address fails.
Name
function::kernel_char - Retrieves a char value stored in kernel memory
See Also
tapset::conversions(3stap) SystemTap Tapset Reference April 2024 FUNCTION::KERNEL_CHA(3stap)
Synopsis
kernel_char:long(addr:long)
