1FUNCTION::TASK_STIME(3stap) Task Time Tapset FUNCTION::TASK_STIME(3stap)
2
3
4
6 function::task_stime_tid - System time of the given task
7
9 task_stime_tid:long(tid:long)
10
12 tid
13 Thread id of the given task
14
16 Returns the system time of the given task in cputime, or zero if the
17 task doesn't exist. Does not include any time used by other tasks in
18 this process, nor does it include any time of the children of this
19 task.
20
21
22
23SystemTap Tapset Reference August 2011 FUNCTION::TASK_STIME(3stap)