From 7b8bcc72304c9101dce8e5faeb50448f2b49cf6d Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 10 Jul 2008 11:09:51 -0400 Subject: PR6736: changelogs for post-merge compiled unwind/symbols data reorganization --- stap.1.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stap.1.in') 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. -- cgit