Is_Return; Pexecname; Pid; Ppid - Red Hat ENTERPRISE LINUX 5.4 - SYSTEMTAP LANGUAGE Reference Manual

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

Advertisement

Chapter 9. Predefined functions

9.2.9. is_return

General syntax:
is_return:long ()
Returns 1 if the probe point is a return probe, else it returns zero.
Deprecated.

9.2.10. pexecname

General syntax:
pexecname:string ()
Returns the name of the parent process.

9.2.11. pid

General syntax:
pid:long ()
Returns the process ID of the current process.

9.2.12. ppid

General syntax:
ppid:long ()
Returns the process ID of the parent process.

9.2.13. tid

General syntax:
tid:long ()
Returns the ID of the current thread.

9.2.14. uid

General syntax:
46

Advertisement

Table of Contents
loading

Table of Contents