From 2fa2a091a0b248855d7f77aa20677ef4c7a7cc61 Mon Sep 17 00:00:00 2001 From: Nobuhiro Tachino Date: Tue, 16 Sep 2008 22:04:02 -0400 Subject: add new stap -F (flight recorder) option that just passes through to staprun -L --- stap.1.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stap.1.in') diff --git a/stap.1.in b/stap.1.in index 22336cd5..0546d022 100644 --- a/stap.1.in +++ b/stap.1.in @@ -185,6 +185,10 @@ and aliases. .BI \-L " PROBE" Similar to "-l", but list probe points and local variables. .TP +.BI \-F +Load module and start probes, then detach from the module leaving the +probes running. +.TP .B \-\-kelf For names and addresses of functions to probe, consult the symbol tables in the kernel and modules. -- cgit