diff options
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index be93a814..9c1a03a3 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -111,11 +111,14 @@ Return the name of the current process. pexecname:string() Return the name of the parent process. .TP +tid:long () +Return the id of the current thread. +.TP pid:long () -Return the current pid. +Return the id of the current process. .TP ppid:long () -Return the current pid. +Return the id of the parent process. .TP uid:long () Return the uid of the current process. |