From 2576d053d003988a6b1cc258a3cb6194819dcf6f Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sun, 20 Oct 2013 20:09:05 -0400 Subject: [PATCH] note in man/error::sdt last-ditch possibility of disabling --- man/error::sdt.7stap | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man/error::sdt.7stap b/man/error::sdt.7stap index 2f5bd652b..0b580c38d 100644 --- a/man/error::sdt.7stap +++ b/man/error::sdt.7stap @@ -81,9 +81,12 @@ operands into registers, and "g" leaves operands essentially unconstrained. .TP revert to debuginfo As long as the instrumented program compiles, it may be fine simply to -eschew extraction of a few individual parameters. If DWARF debuginfo was -generated and preserved, a systemtap script could refer to the underlying -source context variables instead of the positional STAP_PROBE parameters. +keep using but eschew extraction of a few individual +parameters. In the worst case, disable macros entirely to +eschew the compiled-in instrumentation. If DWARF debuginfo was +generated and preserved, a systemtap script could refer to the +underlying source context variables instead of the positional +STAP_PROBE parameters. .SH SEE ALSO .nh -- 2.43.5