1FUNCTION::TASK_STIME(3stap)    Task Time Tapset    FUNCTION::TASK_STIME(3stap)
2
3
4

NAME

6       function::task_stime - System time of the task
7

SYNOPSIS

9       1) task_stime:long()
10
11       2) task_stime:long(tid:long)
12

ARGUMENTS

14       tid
15           Thread id of the given task
16

DESCRIPTION

18       1) Returns the system 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 system 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

SEE ALSO

28       tapset::task_time(3stap)
29
30
31
32SystemTap Tapset Reference         May 2022        FUNCTION::TASK_STIME(3stap)
Impressum