1FUNCTION::LONG_ARG(3stap) Context Functions FUNCTION::LONG_ARG(3stap)
23
4
NAME
6function::long_arg - Return function argument as signed long
7
SYNOPSIS
9long_arg:long(n:long)
10
ARGUMENTS
12n
13index of argument to return
14
DESCRIPTION
16Return the value of argument n as a signed long. On architectures where
17a long is 32 bits, the value is sign-extended to 64 bits.
18
SEE ALSO
20tapset::registers(3stap)
2122
23
24
SystemTap Tapset Reference June 2018 FUNCTION::LONG_ARG(3stap)