]> sourceware.org Git - systemtap.git/commitdiff
NEWS: abbreviate debuginfod blurbage
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 25 Oct 2023 19:28:53 +0000 (15:28 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 25 Oct 2023 19:30:08 +0000 (15:30 -0400)
NEWS

diff --git a/NEWS b/NEWS
index bc2880eb759a4af96cdfa17c5862ebfeea98c74f..45965d75b322367aefcb363a5e0339205ad7531e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,12 +5,9 @@
 - Debuginfod probes may now be filtered by archive name.
   This allows for probing only certain versions of a program 
   though a glob on the basename of the archive/package name. 
-  For example if one of the files on the deubinfod server is 
-  curl-minimal-8.0.1-5.fc38, the probe can be filtered to only 
-  include the fedora 38 distro of the program (as in example below).
 
   # export DEBUGINFOD_URLS="URL1 URL2 ..."
-  # stap -e 'probe debuginfod.archive("*.fc38").process("/usr/*/curl").begin { log("Hello World") }'
+  # stap -e 'probe debuginfod.archive("*.fc38").process("/usr/*/c*").function("main") { log("Hello World") }'
 
 - The kernel-user message transport system added framing codes, making
   the transport more reliable, but becoming incompatible across
This page took 0.030159 seconds and 5 git commands to generate.