Provided by: systemtap-doc_4.8-2_amd64
NAME
function::task_pid - The process identifier of the task
SYNOPSIS
task_pid:long(task:long)
ARGUMENTS
task task_struct pointer
DESCRIPTION
This fucntion returns the process id of the given task.
SEE ALSO
tapset::task(3stap)