Sponsor:

Your company here, and a link to your site. Click to find out more.

function::task_state.3stap - Man Page

The state of the task

Synopsis

    task_state:long(task:long)

Arguments

task

task_struct pointer

Description

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

See Also0

tapset::task(3stap)

Info

November 2023 SystemTap Tapset Reference Context Functions