1FUNCTION::INT_ARG(3stap) Context Functions FUNCTION::INT_ARG(3stap)234
NAME
6function::int_arg - Return function argument as signed int7
SYNOPSIS
9int_arg:long(n:long)10
ARGUMENTS
12n13index of argument to return14
DESCRIPTION
16Return the value of argument n as a signed int (i.e., a 32-bit integer17sign-extended to 64 bits).18
SEE ALSO
20tapset::registers(3stap)21222324SystemTap Tapset Reference October 2018 FUNCTION::INT_ARG(3stap)