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_ancestry - The ancestry of the given task

Arguments

task
           task_struct pointer

       with_time
           set to 1 to also print the start time of processes (given as a delta from boot time)

Description

       Return the ancestry of the given task in the form of “grandparent_process=>parent_process=>process”.

Name

       function::task_ancestry - The ancestry of the given task

See Also

tapset::task_ancestry(3stap)

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

Synopsis

           task_ancestry:string(task:long,with_time:long)

See Also