1FUNCTION::SET_ULONG_(3stap) Context Functions FUNCTION::SET_ULONG_(3stap)
23
4
NAME
6function::set_ulong_arg - Set function argument as unsigned long
7
SYNOPSIS
9set_ulong_arg(n:long,v:long)
10
ARGUMENTS
12n
13index of argument to return
1415
v
16value to set
17
DESCRIPTION
19Set the value of argument n as an unsigned long. On architectures where
20a long is 32 bits, the value is zero-extended to 64 bits.
21
SEE ALSO
23tapset::registers(3stap)
2425
26
27
SystemTap Tapset Reference November 2020 FUNCTION::SET_ULONG_(3stap)