1FUNCTION::SET_INT_AR(3stap) Context Functions FUNCTION::SET_INT_AR(3stap)
23
4
NAME
6function::set_int_arg - Set function argument as signed int
7
SYNOPSIS
9set_int_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 a signed int (i.e., a 32-bit integer
20sign-extended to 64 bits).
21
SEE ALSO
23tapset::registers(3stap)
2425
26
27
SystemTap Tapset Reference November 2022 FUNCTION::SET_INT_AR(3stap)