From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2E5603858D38; Mon, 28 Aug 2023 16:24:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2E5603858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693239867; bh=uwFZGtf+kN7kUXKjBVgh1r3LDdgak5kfsE54BuXvkWU=; h=From:To:Subject:Date:From; b=P+hJ8QS1vFbpa9gFgpoRSapdViXbOYQn5OYlY12HuNCjTlKe/mxBcbVG1AK77vC0S YCLLvVnzB/QQvQEWBg3AxvlHzvnEfICRgBx1WH9c5M9J+Yv24Yer+WXmQNHL+psmzH 6y470G3JzPMPyjEzAD7j/lE6fK3DBbqbbFH5mQF8= From: "rgoldber at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/30803] New: Extend debuginfod.process probe to glob by package name too Date: Mon, 28 Aug 2023 16:24:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: rgoldber at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30803 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=3Dhttp://localhost:8002/ stap -e=20 'probe debuginfod.package("*.fc38*").process("/usr/bin/curl") {...}' To probe all fedora 38 versions of curl --=20 You are receiving this mail because: You are the assignee for the bug.=