Man Page: function::task_parent
Operating Environment: debian
Section: 3
function::task_parent FUNCTION:(3stap) Context Functions FUNCTION:(3stap)NAMEfunction::task_parent - The task_struct of the parent taskSYNOPSIStask_parent:long(task:long)ARGUMENTStask task_struct pointerDESCRIPTIONThis 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. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)