1FUNCTION::SET_POINTE(3stap) Context Functions FUNCTION::SET_POINTE(3stap)
23
4
NAME
6function::set_pointer_arg - Set function argument as pointer value
7
SYNOPSIS
9set_pointer_arg(n:long,v:long)
10
ARGUMENTS
12n
13index of argument to return
1415
v
16value to set
17
DESCRIPTION
19Set the unsigned value of argument n, same as ulong_arg. Can be used
20with any type of pointer.
21
SEE ALSO
23tapset::registers(3stap)
2425
26
27
SystemTap Tapset Reference April 2023 FUNCTION::SET_POINTE(3stap)