From 1c02dc11cf55a6412c28d5b172aff43ae8858ae1 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 22 Oct 2012 09:22:13 -0400 Subject: [PATCH] NEWS: retroactively note previous probefunc() is available as --compatible=1.8 --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a8b0a1a53..cc92648c6 100644 --- a/NEWS +++ b/NEWS @@ -83,7 +83,8 @@ now be used in unprivileged scripts for such things as profiling in userspace programs. For instance, try running systemtap.examples/general/para-callgraph.stp in unprivileged mode - with a stapusr-permitted probe. + with a stapusr-permitted probe. The previous implementation of + probefunc() is available with "stap --compatible=1.8". - Preprocessor conditional to vary code based on script privilege level: unprivileged -- %( systemtap_privilege == "stapusr" %? ... %) -- 2.43.5