]> sourceware.org Git - systemtap.git/commitdiff
add tid docs
authorfche <fche>
Fri, 17 Feb 2006 14:53:47 +0000 (14:53 +0000)
committerfche <fche>
Fri, 17 Feb 2006 14:53:47 +0000 (14:53 +0000)
stapfuncs.5.in

index be93a814788f2bc66bff4636d339f1e187fa5c4c..9c1a03a3b622504e6e66020c291da6f0a4b11bf9 100644 (file)
@@ -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.
This page took 0.02677 seconds and 5 git commands to generate.