Task_Nice; Task_Parent; Task_Pid; Task_Prio - 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
task_gid:long (task:long)
Returns the group ID of the given task.

9.3.7. task_nice

General syntax:
task_nice:long (task:long)
Returns the nice value of the given task.

9.3.8. task_parent

General syntax:
task_parent:long (task:long)
Returns the address of the parent task_struct of the given task. This address can be passed to the
various task_*() functions to extract more task-specific data.

9.3.9. task_pid

General syntax:
task_pid:long (task:long)
Returns the process ID of the given task.

9.3.10. task_prio

General syntax:
task_prio:long (task:long)
Returns the priority value of the given task.

9.3.11. task_state

General syntax:
50

Advertisement

Table of Contents
loading

Table of Contents