function::target
Name
function::target — Return the process ID of the target process.
Synopsis
function target:long()
Arguments
None
General Syntax
target:
long
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.