Provided by: systemtap-doc_4.8-2_amd64
NAME
function::task_stime - System time of the task
SYNOPSIS
1) task_stime:long() 2) task_stime:long(tid:long)
ARGUMENTS
tid Thread id of the given task
DESCRIPTION
1) Returns the system time of the current task in cputime. Does not include any time used by other tasks in this process, nor does it include any time of the children of this task. 2) Returns the system time of the given task in cputime, or zero if the task doesn't exist. Does not include any time used by other tasks in this process, nor does it include any time of the children of this task.
SEE ALSO
tapset::task_time(3stap)