logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::returnstr - Formats the return value as a string

Arguments

format
           Variable 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.

Name

       function::returnstr - Formats the return value as a string

See Also

tapset::errno(3stap)

SystemTap Tapset Reference                         April 2024                         FUNCTION::RETURNSTR(3stap)

Synopsis

           returnstr:string(format:long)

See Also