diff options
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -54,6 +54,15 @@ stap \- systemtap script translator/driver [ .I ARGUMENTS ] +.br +.B stap +[ +.I OPTIONS +] +.BI \-L " PROBE" +[ +.I ARGUMENTS +] .SH DESCRIPTION @@ -173,6 +182,9 @@ Instead of running a probe script, just list all available probe points matching the given pattern. The pattern may include wildcards and aliases. .TP +.BI \-L " PROBE" +Similar to "-l", but list probe points and local variables. +.TP .B \-\-kelf For names and addresses of functions to probe, consult the symbol tables in the kernel and modules. |