PROBE::STAP\&.SYSTEM

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

NAME

probe::stap.system.return - Finished a command from stap  

SYNOPSIS

stap.system.return 
 

VALUES

ret

a return code associated with running waitpid on the spawned process; a non-zero value indicates error
 

DESCRIPTION

Fires just before the return of the stap_system function, after waitpid.  

SEE ALSO

tapset::stap_staticmarkers(3stap)


 

Index

NAME
SYNOPSIS
VALUES
DESCRIPTION
SEE ALSO