1FUNCTION::TASK_ANCES(3stap) Context Functions FUNCTION::TASK_ANCES(3stap)
2
3
4
6 function::task_ancestry - The ancestry of the given task
7
9 task_ancestry:string(task:long,with_time:long)
10
12 task
13 task_struct pointer
14
15 with_time
16 set to 1 to also print the start time of processes (given as a
17 delta from boot time)
18
20 Return the ancestry of the given task in the form of
21 “grandparent_process=>parent_process=>process”.
22
24 tapset::task_ancestry(3stap)
25
26
27
28SystemTap Tapset Reference October 2018 FUNCTION::TASK_ANCES(3stap)