이 콘텐츠는 선택한 언어로 제공되지 않습니다.
probe::stap.system.spawn
Name
probe::stap.system.spawn — stap spawned new process
Synopsis
stap.system.spawn
stap.system.spawn
Values
ret
- the return value from posix_spawn
pid
- the pid of the spawned process
Description
Fires just after the call to posix_spawn.