Bug 30803 - Extend debuginfod.process probe to glob by package name too
Summary: Extend debuginfod.process probe to glob by package name too
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 enhancement
Target Milestone: ---
Assignee: Housam Alamour
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-28 16:24 UTC by Ryan Goldberg
Modified: 2023-10-25 20:23 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Goldberg 2023-08-28 16:24:26 UTC
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
Comment 1 Frank Ch. Eigler 2023-10-25 20:23:46 UTC
commit f2319238a14d053e1392958e8514937b4364918f et al.