probe_process.create

Langue: en

Version: February 2009 (ubuntu - 08/07/09)

Section: 5 (Format de fichier)

NAME

probe_process.create - Fires whenever a new process is successfully created

SYNOPSIS

 probe process.create 
 

VALUES

new_pid

The PID of the newly created process

CONTEXT

Parent of the created process.

DESCRIPTION

Fires whenever a new process is successfully created, either as a result of <command>fork</command> (or one of its syscall variants), or a new kernel thread.

AUTHOR

William Cohen <wcohen@redhat.com>