diff options
author | fche <fche> | 2006-02-17 14:53:47 +0000 |
---|---|---|
committer | fche <fche> | 2006-02-17 14:53:47 +0000 |
commit | a7aa967a4f95ba9c112abcd783b282b50a66ebc5 (patch) | |
tree | 5ff2ef8fe63c005393fe80127cd554a52373dc39 | |
parent | 0359d745170dc9878bd7302a2757fb4752f084b2 (diff) | |
download | systemtap-steved-a7aa967a4f95ba9c112abcd783b282b50a66ebc5.tar.gz systemtap-steved-a7aa967a4f95ba9c112abcd783b282b50a66ebc5.tar.xz systemtap-steved-a7aa967a4f95ba9c112abcd783b282b50a66ebc5.zip |
add tid docs
-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. |