table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::RETURNSTR(3stap) | Errno Tapset | FUNCTION::RETURNSTR(3stap) |
NAME¶
function::returnstr - Formats the return value as a stringSYNOPSIS¶
returnstr:string(format:long)
ARGUMENTS¶
formatVariable to determine return type base value
DESCRIPTION¶
This function is used by the nd_syscall tapset, and returns a string. Set format equal to 1 for a decimal, 2 for hex, 3 for octal.Note that this function should only be used in dwarfless probes (i.e. 'kprobe.function(“foo”)'). Other probes should use return_str.
SEE ALSO0¶
tapset::errno(3stap)November 2020 | SystemTap Tapset Reference |