diff options
author | fche <fche> | 2006-02-17 17:56:08 +0000 |
---|---|---|
committer | fche <fche> | 2006-02-17 17:56:08 +0000 |
commit | 2f6e24e1b6b19d8b56da4f7d1120d36cbf191098 (patch) | |
tree | 7e8c03091cdb036c56673a7d7db6c390ec43d760 /stapfuncs.5.in | |
parent | a7aa967a4f95ba9c112abcd783b282b50a66ebc5 (diff) | |
download | systemtap-steved-2f6e24e1b6b19d8b56da4f7d1120d36cbf191098.tar.gz systemtap-steved-2f6e24e1b6b19d8b56da4f7d1120d36cbf191098.tar.xz systemtap-steved-2f6e24e1b6b19d8b56da4f7d1120d36cbf191098.zip |
2006-02-17 Frank Ch. Eigler <fche@elastic.org>
* stapfuncs.5.in (cpu): Document contextinfo function.
* context.stp (cpu): Clone undocumented cpuid() function.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 9c1a03a3..04ada825 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -105,6 +105,9 @@ Return the number of seconds since the UNIX epoch. .SS CONTEXTINFO .TP +cpu:long () +Return the current cpu number. +.TP execname:string () Return the name of the current process. .TP |