From f0ae509f397beefa8b42c546d8e5c0cc46ee3348 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 7 Sep 2005 18:50:57 +0000 Subject: 2005-09-07 Martin Hunt * stap.1.in: Document current "-c" and "-x" options. --- ChangeLog | 4 ++++ stap.1.in | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 25eb475d..4161a9ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-07 Martin Hunt + + * stap.1.in: Document current "-c" and "-x" options. + 2005-09-07 Frank Ch. Eigler * systemtap.spec.in: Remove kernel-debuginfo dependency. diff --git a/stap.1.in b/stap.1.in index f2f9661a..33614dc7 100644 --- a/stap.1.in +++ b/stap.1.in @@ -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 -- cgit