probe::kprocess.create.3stap - Man Page

Fires whenever a new process or thread is successfully created

Synopsis

kprocess.create

Values

new_pid

The 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)

Info

November 2023 SystemTap Tapset Reference Kernel Process Tapset