|
NAME | DESCRIPTION | SEE ALSO | COLOPHON |
|
|
|
TAPSET::REGISTERS(3stap) TAPSET::REGISTERS(3stap)
tapset::registers - systemtap registers tapset
register
Return the signed value of the named CPU register
See function::register(3stap)
for details.
u_register
Return the unsigned value of the named CPU register
See function::u_register(3stap)
for details.
int_arg
Return function argument as signed int
See function::int_arg(3stap)
for details.
set_int_arg
Set function argument as signed int
See function::set_int_arg(3stap)
for details.
uint_arg
Return function argument as unsigned int
See function::uint_arg(3stap)
for details.
set_uint_arg
Set argument as unsigned int
See function::set_uint_arg(3stap)
for details.
long_arg
Return function argument as signed long
See function::long_arg(3stap)
for details.
set_long_arg
Set argument as signed long
See function::set_long_arg(3stap)
for details.
ulong_arg
Return function argument as unsigned long
See function::ulong_arg(3stap)
for details.
set_ulong_arg
Set function argument as unsigned long
See function::set_ulong_arg(3stap)
for details.
longlong_arg
Return function argument as 64-bit value
See function::longlong_arg(3stap)
for details.
set_longlong_arg
Set function argument as 64-bit value
See function::set_longlong_arg(3stap)
for details.
ulonglong_arg
Return function argument as 64-bit value
See function::ulonglong_arg(3stap)
for details.
set_ulonglong_arg
Set function argument as 64-bit value
See function::set_ulonglong_arg(3stap)
for details.
pointer_arg
Return function argument as pointer value
See function::pointer_arg(3stap)
for details.
set_pointer_arg
Set function argument as pointer value
See function::set_pointer_arg(3stap)
for details.
s32_arg
Return function argument as signed 32-bit value
See function::s32_arg(3stap)
for details.
set_s32_arg
Set function argument as signed 32-bit value
See function::set_s32_arg(3stap)
for details.
u32_arg
Return function argument as unsigned 32-bit value
See function::u32_arg(3stap)
for details.
set_u32_arg
Set function argument as unsigned 32-bit value
See function::set_u32_arg(3stap)
for details.
s64_arg
Return function argument as signed 64-bit value
See function::s64_arg(3stap)
for details.
set_s64_arg
Set function argument as signed 64-bit value
See function::set_s64_arg(3stap)
for details.
u64_arg
Return function argument as unsigned 64-bit value
See function::u64_arg(3stap)
for details.
set_u64_arg
Set function argument as unsigned 64-bit value
See function::set_u64_arg(3stap)
for details.
asmlinkage
Mark function as declared asmlinkage
See function::asmlinkage(3stap)
for details.
fastcall
Mark function as declared fastcall
See function::fastcall(3stap)
for details.
regparm
Specify regparm value used to compile function
See function::regparm(3stap)
for details.
function::register(3stap), function::u_register(3stap),
function::int_arg(3stap), function::set_int_arg(3stap),
function::uint_arg(3stap), function::set_uint_arg(3stap),
function::long_arg(3stap), function::set_long_arg(3stap),
function::ulong_arg(3stap), function::set_ulong_arg(3stap),
function::longlong_arg(3stap), function::set_longlong_arg(3stap),
function::ulonglong_arg(3stap),
function::set_ulonglong_arg(3stap), function::pointer_arg(3stap),
function::set_pointer_arg(3stap), function::s32_arg(3stap),
function::set_s32_arg(3stap), function::u32_arg(3stap),
function::set_u32_arg(3stap), function::s64_arg(3stap),
function::set_s64_arg(3stap), function::u64_arg(3stap),
function::set_u64_arg(3stap), function::asmlinkage(3stap),
function::fastcall(3stap), function::regparm(3stap), stap(1),
stapprobes(3stap)
This page is part of the systemtap (a tracing and live-system
analysis tool) project. Information about the project can be
found at ⟨https://sourceware.org/systemtap/⟩. If you have a bug
report for this manual page, send it to systemtap@sourceware.org.
This page was obtained from the project's upstream Git repository
⟨git://sourceware.org/git/systemtap.git⟩ on 2025-08-11. (At that
time, the date of the most recent commit that was found in the
repository was 2025-07-24.) If you discover any rendering
problems in this HTML version of the page, or you believe there is
a better or more up-to-date source for the page, or you have
corrections or improvements to the information in this COLOPHON
(which is not part of the original manual page), send a mail to
man-pages@man7.org
SystemTap Tapset Reference April 2025 TAPSET::REGISTERS(3stap)
Pages that refer to this page: function::asmlinkage(3stap), function::fastcall(3stap), function::int_arg(3stap), function::long_arg(3stap), function::longlong_arg(3stap), function::pointer_arg(3stap), function::register(3stap), function::regparm(3stap), function::s32_arg(3stap), function::s64_arg(3stap), function::set_int_arg(3stap), function::set_long_arg(3stap), function::set_longlong_arg(3stap), function::set_pointer_arg(3stap), function::set_s32_arg(3stap), function::set_s64_arg(3stap), function::set_u32_arg(3stap), function::set_u64_arg(3stap), function::set_uint_arg(3stap), function::set_ulong_arg(3stap), function::set_ulonglong_arg(3stap), function::u32_arg(3stap), function::u64_arg(3stap), function::uint_arg(3stap), function::ulong_arg(3stap), function::ulonglong_arg(3stap), function::u_register(3stap)