Man Page: probe::kprocess.create
Operating Environment: centos
Section: 3stap
PROBE::KPROCESS.CR(3stap) Kernel Process Tapset PROBE::KPROCESS.CR(3stap)NAMEprobe::kprocess.create - Fires whenever a new process or thread is successfully createdSYNOPSISkprocess.createVALUESnew_tid The TID of the newly created task new_pid The PID of the newly created processCONTEXTParent of the created process.DESCRIPTIONFires whenever a new process is successfully created, either as a result of fork (or one of its syscall variants), or a new kernel thread. SystemTap Tapset Reference June 2014 PROBE::KPROCESS.CR(3stap)