function::return_str
Formats the return value as a string
- Provided by: systemtap-doc (Version: 5.0-2ubuntu1)
- Source: systemtap
- Report a bug
Formats the return value as a string
return_str:string(format:long,ret:long)
format
ret
This function is used by the syscall tapset, and returns a string. Set format equal to 1 for a decimal, 2 for hex, 3 for octal.
Note that this function is preferred over returnstr.