From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 14F7E3858428; Wed, 7 Sep 2022 17:47:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 14F7E3858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662572865; bh=IQkgoP8WCf97I6XLR5YBMWYqFX2W8amTW5iTGu21fb0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sWpkM2TdntcJRbgKTjZzaWJ/GbnVQcCOboxQ8fAwJs2eRgWkM6tM0hb431GAv5vND RZM0HwBuBVdAAh8kNCHGkiRPgR1UVMlHgbMe5y9MSoZ2TkOj+4oahdCvsUb83vK+fS x0HkmaTVSYL4JjHPV73z3ybHBR9l7Kb4BCdYvAp0= From: "rgoldber at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/27410] rpm-set path based probes Date: Wed, 07 Sep 2022 17:47:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal 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: cc attachments.created Message-ID: In-Reply-To: References: 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=3D27410 Ryan Goldberg changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rgoldber at redhat dot com --- Comment #2 from Ryan Goldberg --- Created attachment 14322 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14322&action=3Ded= it Submit A Patch for 27410 The following expands on the original proposal. This patch allows for the u= ser to probe processes similarly to regular process("PATH").** probes but inste= ad searches the current federation of debuginfod servers instead of the host f= ile system. The new syntax which would achieve the original task is as follows: $ debuginfod -R /path/to/RPMs/prefix $ env DEBUGINFOD_URLS=3Dhttp://localhost:8002/ stap -e=20 'probe debuginfod.process("/path/name").function(...) { }' --=20 You are receiving this mail because: You are the assignee for the bug.=