PROBE::STAP\&.SYSTEM

Section: SystemTap Translator Tapset (3stap)
Updated: November 2020
Page Index
 

NAME

probe::stap.system.spawn - stap spawned new process  

SYNOPSIS

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.  

SEE ALSO

tapset::stap_staticmarkers(3stap)


 

Index

NAME
SYNOPSIS
VALUES
DESCRIPTION
SEE ALSO