Provided by: systemtap-doc_4.8-1_amd64
NAME
function::set_pointer_arg - Set function argument as pointer value
SYNOPSIS
set_pointer_arg(n:long,v:long)
ARGUMENTS
n index of argument to return v value to set
DESCRIPTION
Set the unsigned value of argument n, same as ulong_arg. Can be used with any type of pointer.
SEE ALSO
tapset::registers(3stap)