summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-07-10 11:09:51 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-07-10 11:09:51 -0400
commit7b8bcc72304c9101dce8e5faeb50448f2b49cf6d (patch)
tree3b11cf95b4e0d4683bf3026ddfc8900189cd4e59 /stap.1.in
parenta00cc8c70d20f2f3429590b629d272c8db65b40f (diff)
downloadsystemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.tar.gz
systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.tar.xz
systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.zip
PR6736: changelogs for post-merge compiled unwind/symbols data reorganization
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.