diff options
author | hunt <hunt> | 2006-03-06 20:44:29 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-03-06 20:44:29 +0000 |
commit | 70404fc597fe283753bb2f86f95c4c9f008f324d (patch) | |
tree | f61d42a73603f916a178091d7fd456690c7f47fd /stapfuncs.5.in | |
parent | aceaf24112298270202da8a4a6b5116006ae00e3 (diff) | |
download | systemtap-steved-70404fc597fe283753bb2f86f95c4c9f008f324d.tar.gz systemtap-steved-70404fc597fe283753bb2f86f95c4c9f008f324d.tar.xz systemtap-steved-70404fc597fe283753bb2f86f95c4c9f008f324d.zip |
2006-03-06 Martin Hunt <hunt@redhat.com>
* buildrun.cxx (run_pass): Add "-u username".
* stapfuncs.5.in: Document system().
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 43356564..4fc673e3 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -243,6 +243,12 @@ Return an absolute timestamp value for use by the indentation function. The default function uses .IR gettimeofday_us +.SS SYSTEM +.TP +system (cmd:string) +Runs a command on the system. The command will run in the background +when the current probe completes. + .SH FILES .nh .IR /usr/share/systemtap/tapset |