Kprocess.exec; Kprocess.exec_Complete; Kprocess.exit - Red Hat ENTERPRISE LINUX 5.4 - SYSTEMTAP TAPSET Reference Manual

Systemtap tapset reference
Hide thumbs Also See for ENTERPRISE LINUX 5.4 - SYSTEMTAP TAPSET:
Table of Contents

Advertisement

Chapter 10. Kernel Process Tapset
Name
kprocess.exec — Attempt to exec to a new program
Synopsis

kprocess.exec

Values
filename
The path to the new executable
Context
The caller of exec.
Description
Fires whenever a process attempts to exec to a new program.
Name
kprocess.exec_complete — Return from exec to a new program
Synopsis

kprocess.exec_complete

Values
success
A boolean indicating whether the exec was successful
errno
The error number resulting from the exec
Context
On success, the context of the new executable. On failure, remains in the context of the caller.
Description
Fires at the completion of an exec call.
Name
kprocess.exit — Exit from process
62

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ENTERPRISE LINUX 5.4 - SYSTEMTAP TAPSET and is the answer not in the manual?

Questions and answers

Table of Contents