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

kprocess.create(3stap)


KPROCESS.CREATE

KPROCESS.CREATE

NAME
SYNOPSIS
VALUES
CONTEXT
DESCRIPTION

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 fork (or one of its syscall variants), or a new kernel thread.



kprocess.create(3stap)