logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::kprocess.create - Fires whenever a new process or thread is successfully created

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.

Name

       probe::kprocess.create - Fires whenever a new process or thread is successfully created

See Also

tapset::kprocess(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::KPROCESS.CR(3stap)

Synopsis

       kprocess.create

Values

new_pid
           The PID of the newly created process

       new_tid
           The TID of the newly created task

See Also