Task_Cpu; Task_Current; Task_Egid; Task_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

task_cpu

9.3.1. task_cpu
General syntax:
task_cpu:long (task:long)
Returns the scheduled cpu for the given task.

9.3.2. task_current

General syntax:
task_current:long ()
Returns the address of the task_struct representing the current process. This address can be passed
to the various task_*() functions to extract more task-specific data.

9.3.3. task_egid

General syntax:
task_egid:long (task:long)
Returns the effective group ID of the given task.

9.3.4. task_execname

General syntax:
task_execname:string (task:long)
Returns the name of the given task.

9.3.5. task_euid

General syntax:
task_euid:long (task:long)
Returns the effective user ID of the given task.

9.3.6. task_gid

General syntax:
49

Advertisement

Table of Contents
loading

Table of Contents