probe::stap.system.spawn - stap spawned new process
Contents
Description
Fires just after the call to posix_spawn.
Name
probe::stap.system.spawn - stap spawned new process
See Also
tapset::stap_staticmarkers(3stap) SystemTap Tapset Reference April 2024 PROBE::STAP.SYSTEM(3stap)
Synopsis
stap.system.spawn
Values
pid
the pid of the spawned process
ret
the return value from posix_spawn
