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::target - Return the process ID of the target process

Arguments

       None

Description

       This function returns the process ID of the target process. This is useful in conjunction with the -x PID
       or -c CMD command-line options to stap. An example of its use is to create scripts that filter on a
       specific process.

       -x <pid> target returns the pid specified by -x

       -c <command> target returns the pid for the executed command specified by -c

Name

       function::target - Return the process ID of the target process

See Also

tapset::context(3stap)

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

Synopsis

           target:long()

See Also