1FUNCTION::TASK_UTIME(3stap) Task Time Tapset FUNCTION::TASK_UTIME(3stap)
2
3
4
6 function::task_utime - User time of the task
7
9 1) task_utime:long()
10
11 2) task_utime:long(tid:long)
12
14 tid
15 Thread id of the given task
16
18 1) Returns the user time of the current task in cputime. Does not
19 include any time used by other tasks in this process, nor does it
20 include any time of the children of this task.
21
22 2) Returns the user time of the given task in cputime, or zero if the
23 task doesn't exist. Does not include any time used by other tasks in
24 this process, nor does it include any time of the children of this
25 task.
26
28 tapset::task_time(3stap)
29
30
31
32SystemTap Tapset Reference April 2023 FUNCTION::TASK_UTIME(3stap)