1FUNCTION::SET_S32_AR(3stap) Context Functions FUNCTION::SET_S32_AR(3stap)
23
4
NAME
6function::set_s32_arg - Set function argument as signed 32-bit value
7
SYNOPSIS
9set_s32_arg(n:long,v:long)
10
ARGUMENTS
12n
13index of argument to return
1415
v
16value to set
17
DESCRIPTION
19Set the signed 32-bit value of argument n, same as int_arg.
20
SEE ALSO
22tapset::registers(3stap)
2324
25
26
SystemTap Tapset Reference May 2022 FUNCTION::SET_S32_AR(3stap)