Man Page: function::returnstr
Operating Environment: centos
Section: 3stap
FUNCTION::RETURNSTR(3stap) Errno Tapset FUNCTION::RETURNSTR(3stap)NAMEfunction::returnstr - Formats the return value as a stringSYNOPSISreturnstr:string(format:long)ARGUMENTSformat Variable to determine return type base valueDESCRIPTIONThis 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. SystemTap Tapset Reference June 2014 FUNCTION::RETURNSTR(3stap)
| Related Man Pages |
|---|
| tapset::conversions(3stap) - centos |
| tapset::errno(3stap) - centos |
| tapset::speculative(3stap) - centos |
| tapset::string(3stap) - centos |
| tapset::timestamp(3stap) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| [TIP] Processing YAML files with yq |