Cpu; Egid; Euid; Execname - 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

cpu

caller_addr:long ()
Returns the address of the calling function. It works only for return probes.
9.2.4. cpu
General syntax:
cpu:long ()
Returns the current cpu number.

9.2.5. egid

General syntax:
egid:long ()
Returns the effective group ID of the current process.

9.2.6. euid

General syntax:
euid:long ()
Returns the effective user ID of the current process.

9.2.7. execname

General syntax:
execname:string ()
Returns the name of the current process.

9.2.8. gid

General syntax:
gid:long ()
Returns the group ID of the current process.
45

Advertisement

Table of Contents
loading

Table of Contents