From c34eceea12418cbca3f562518fe8375c3b3da16c Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 8 May 2013 09:59:25 -0400 Subject: [PATCH] stapprobes.3stap: mention nd_syscall as a non-dwarf fallback --- man/stapprobes.3stap | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/man/stapprobes.3stap b/man/stapprobes.3stap index 47715a0f5..8d44f2b4d 100644 --- a/man/stapprobes.3stap +++ b/man/stapprobes.3stap @@ -237,7 +237,13 @@ once from the underlying $context variables, so that later changes to $context variables are not automatically reflected. Not all probe aliases obey all of these general guidelines. Please report any bothersome ones you encounter as a bug. - +.PP +If debuginfo availability is a problem, you may try using the +non-DWARF syscall probe aliases instead. Use the +.IR nd_syscall. +prefix instead of +.IR syscall. +The same context variables are available, as far as possible. .SS TIMERS -- 2.43.5