KPROCESS\&.CREATE
Section: Kernel Process Tapset (3stap)
Updated: October 2009
Index
Return to Main Contents
 
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
COPYRIGHT