1FUNCTION::TASK_PAREN(3stap) Context Functions FUNCTION::TASK_PAREN(3stap)
23
4
NAME
6function::task_parent - The task_struct of the parent task
7
SYNOPSIS
9task_parent:long(task:long)
10
ARGUMENTS
12task
13task_struct pointer
14
DESCRIPTION
16This function returns the parent task_struct of the given task. This
17address can be passed to the various task_*() functions to extract more
18task-specific data.
19
SEE ALSO
21tapset::task(3stap)
2223
24
25
SystemTap Tapset Reference October 2018 FUNCTION::TASK_PAREN(3stap)