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::stap.system.spawn - stap spawned new process

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

See Also