probe::kprocess.create
Fires whenever a new process or thread is successfully created
- Provided by: systemtap-doc (Version: 5.0-2ubuntu1)
- Source: systemtap
- Report a bug
Fires whenever a new process or thread is successfully created
kprocess.create
new_pid
new_tid
Parent of the created process.
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.