Ce contenu n'est pas disponible dans la langue sélectionnée.
probe::kprocess.create
Name
probe::kprocess.create — Fires whenever a new process is successfully created
Synopsis
kprocess.create
kprocess.createValues
- 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.