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