1FUNCTION::TASK_STATE(3stap)    Context Functions   FUNCTION::TASK_STATE(3stap)
2
3
4

NAME

6       function::task_state - The state of the task
7

SYNOPSIS

9           task_state:long(task:long)
10

ARGUMENTS

12       task
13           task_struct pointer
14

DESCRIPTION

16       Return the state of the given task, one of: TASK_RUNNING (0),
17       TASK_INTERRUPTIBLE (1), TASK_UNINTERRUPTIBLE (2), TASK_STOPPED (4),
18       TASK_TRACED (8), EXIT_ZOMBIE (16), or EXIT_DEAD (32).
19

SEE ALSO

21       tapset::task(3stap)
22
23
24
25SystemTap Tapset Reference         May 2019        FUNCTION::TASK_STATE(3stap)
Impressum