other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
PROBE::KPROCESS.CR(3stap) | Kernel Process Tapset | PROBE::KPROCESS.CR(3stap) |
NAME¶
probe::kprocess.create - Fires whenever a new process or thread is successfully createdSYNOPSIS¶
kprocess.create
VALUES¶
new_pidThe PID of the newly created process
new_tid
The TID of the newly created task
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.SEE ALSO0¶
tapset::kprocess(3stap)October 2018 | SystemTap Tapset Reference |