function::atomic_long_read
Retrieves an atomic long variable from kernel memory
- Provided by: systemtap-doc (Version: 5.0-2ubuntu1)
- Source: systemtap
- Report a bug
Retrieves an atomic long variable from kernel memory
atomic_long_read:long(addr:long)
addr
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.