summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/stap.1.in b/stap.1.in
index 7a3686d1..466c021b 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -152,6 +152,11 @@ Use the given name for the generated kernel object module, instead
of a unique randomized name. The generated kernel object module is
copied to the current directory.
.TP
+.BI \-d " MODULE"
+Add symbol/unwind information for the given module into the kernel object
+module. This may enable symbolic tracebacks from those modules/programs,
+even if they do not have an explicit probe placed into them.
+.TP
.BI \-o " FILE"
Send standard output to named file. In bulk mode, percpu files will
start with FILE_ followed by the cpu number.