function::atomic_long_read - Retrieves an atomic long variable from kernel memory
Contents
Arguments
addr
pointer to atomic long variable
Description
Safely perform the read of an atomic long variable. This will be a NOP on kernels that do not have
ATOMIC_LONG_INIT set on the kernel config.
Name
function::atomic_long_read - Retrieves an atomic long variable from kernel memory
See Also
tapset::atomic(3stap) SystemTap Tapset Reference April 2024 FUNCTION::ATOMIC_LON(3stap)
Synopsis
atomic_long_read:long(addr:long)
