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