table of contents
other versions
- jessie 2.6-0.2
- jessie-backports 3.0-6~bpo8+1
- stretch 3.1-2
- testing 3.3-1
- unstable 4.0-1
FUNCTION::RETURN_STR(3stap) | Errno Tapset | FUNCTION::RETURN_STR(3stap) |
NAME¶
function::return_str - Formats the return value as a stringSYNOPSIS¶
return_str:string(format:long,ret:long)
ARGUMENTS¶
formatVariable to determine return type base value
ret
Return value (typically $return)
DESCRIPTION¶
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.SEE ALSO0¶
tapset::errno(3stap)March 2016 | SystemTap Tapset Reference |