diff options
author | hunt <hunt> | 2005-09-07 18:50:57 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-09-07 18:50:57 +0000 |
commit | f0ae509f397beefa8b42c546d8e5c0cc46ee3348 (patch) | |
tree | bf96bbad94a03ebebbbe4da7fee773a1e18bcb33 | |
parent | 9ae6172f505a5b058d6b6bdc0fea812fc2e1298f (diff) | |
download | systemtap-steved-f0ae509f397beefa8b42c546d8e5c0cc46ee3348.tar.gz systemtap-steved-f0ae509f397beefa8b42c546d8e5c0cc46ee3348.tar.xz systemtap-steved-f0ae509f397beefa8b42c546d8e5c0cc46ee3348.zip |
2005-09-07 Martin Hunt <hunt@redhat.com>
* stap.1.in: Document current "-c" and "-x" options.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | stap.1.in | 7 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-09-07 Martin Hunt <hunt@redhat.com> + + * stap.1.in: Document current "-c" and "-x" options. + 2005-09-07 Frank Ch. Eigler <fche@elastic.org> * systemtap.spec.in: Remove kernel-debuginfo dependency. @@ -109,6 +109,13 @@ of a unique randomized name. .TP .BI \-o " FILE" Send standard output to named file. +.TP +.BI \-c " CMD" +Start the probes, runs CMD, and exits when it finishes. +.TP +.BI \-x " PID" +Sets target() to PID. This allows scripts to be written that filter on +a specific process. .SH SCRIPT LANGUAGE |