logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::task_parent - The task_struct of the parent task

Arguments

task
           task_struct pointer

Description

       This function returns the parent task_struct of the given task. This address can be passed to the various
       task_*() functions to extract more task-specific data.

Name

       function::task_parent - The task_struct of the parent task

See Also

tapset::task(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::TASK_PAREN(3stap)

Synopsis

           task_parent:long(task:long)

See Also