From 45f90989c615046e95428efd4ef636e6ff31beb0 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 28 Aug 2013 15:48:28 -0400 Subject: [PATCH] man page error::pass2: mention stap-prep --- man/error::pass2.7stap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/error::pass2.7stap b/man/error::pass2.7stap index abd730966..78e83e355 100644 --- a/man/error::pass2.7stap +++ b/man/error::pass2.7stap @@ -25,7 +25,10 @@ may fail if function does not exist in the kernel any more. Debugging or symbol data may be absent for some types of .IR .function " or " .statement -probes; check for availability of debuginfo. Use a wildcard parameter such as +probes; check for availability of debuginfo. Try the +.IR stap\-prep +program to download possibly-required debuginfo. +Use a wildcard parameter such as .I stap \-l 'kprobe.function("*foo*")' to locate still-existing variants. Use .IR ! " or " ? @@ -69,6 +72,7 @@ can help pinpoint the problem. .SH SEE ALSO .IR stap (1), +.IR stap-prep (1), .IR stapprobes (3stap), .IR probe::* (3stap), .IR error::dwarf (7stap), -- 2.43.5