kprocess.create.3stap

Langue: en

Version: May 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

 kprocess.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

SystemTap

Hackers