Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

probe::stap.system.return


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.