From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 45EF23947C28; Mon, 19 Apr 2021 19:15:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45EF23947C28 From: "fche at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/23634] WARNING: Can't parse SDT_V3 operand for x86_64 qemu tapset probe points Date: Mon, 19 Apr 2021 19:15:09 +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: fche at redhat dot com X-Bugzilla-Status: REOPENED 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: 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 X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2021 19:15:09 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23634 --- Comment #7 from Frank Ch. Eigler --- For stap to make sense of such an operand, it'd have to decode symbol names rather than register name / offset literal type constructs. Not only that,= but do so on a scope-sensitive basis to make sure the correct symbol is matched= to the name -- but that scope information is not available. Not sure how much= we can do. I would suggest tweaking your stap_probe macro call to pass the given param= eter some way other than literally from that static var. Maybe add a number to = it, and then subtract it back out in the tapset? --=20 You are receiving this mail because: You are the assignee for the bug.=