Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

function::target(3stap)


FUNCTION::TARGET

FUNCTION::TARGET

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

NAME

function::target − Return the process ID of the target process.

SYNOPSIS

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.

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



function::target(3stap)