diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-07-10 11:09:51 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-10 11:09:51 -0400 |
commit | 7b8bcc72304c9101dce8e5faeb50448f2b49cf6d (patch) | |
tree | 3b11cf95b4e0d4683bf3026ddfc8900189cd4e59 /stap.1.in | |
parent | a00cc8c70d20f2f3429590b629d272c8db65b40f (diff) | |
download | systemtap-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.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |