Questo contenuto non è disponibile nella lingua selezionata.
probe::kprocess.exec_complete
Name
probe::kprocess.exec_complete — Return from exec to a new program
Synopsis
kprocess.exec_complete
Values
retstr- A string representation of errno (SystemTap v2.5+)
success- A boolean indicating whether the exec was successful
errno- The error number resulting from the exec
name- Name of the system call (“execve”) (SystemTap v2.5+)