diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2008-09-05 01:08:42 -0400 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2008-09-05 01:08:42 -0400 |
commit | d4e35ac85af99905bdb1c88f7750d917d7dc3473 (patch) | |
tree | 5752653a3ed80283b15a24c8c1aeae6aae7ad133 /stap.1.in | |
parent | 05ec91b49d163869a7470c8152c01ed03c16f0fb (diff) | |
download | systemtap-steved-d4e35ac85af99905bdb1c88f7750d917d7dc3473.tar.gz systemtap-steved-d4e35ac85af99905bdb1c88f7750d917d7dc3473.tar.xz systemtap-steved-d4e35ac85af99905bdb1c88f7750d917d7dc3473.zip |
PR6731: Updated listing mode through adding -L option.
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. |