[Bug translator/30803] New: Extend debuginfod.process probe to glob by package name too
rgoldber at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Aug 28 16:24:26 GMT 2023
https://sourceware.org/bugzilla/show_bug.cgi?id=30803
Bug ID: 30803
Summary: Extend debuginfod.process probe to glob by package
name too
Product: systemtap
Version: unspecified
Status: NEW
Severity: enhancement
Priority: P2
Component: translator
Assignee: systemtap at sourceware dot org
Reporter: rgoldber at redhat dot com
Target Milestone: ---
Now that the debuginfod.process probe point (PR27410) has been added it may be
useful to allow further restriction, such as by package name
It might look something like the following:
$ debuginfod -R /path/to/RPMs/prefix
$ env DEBUGINFOD_URLS=http://localhost:8002/ stap -e
'probe debuginfod.package("*.fc38*").process("/usr/bin/curl") {...}'
To probe all fedora 38 versions of curl
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list