
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>