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