From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EB388398502E; Thu, 15 Jul 2021 14:34:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB388398502E From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/27984] stap skipping partially-inlined instance, but it is not inline function actually Date: Thu, 15 Jul 2021 14:34:48 +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: wcohen 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: 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: Thu, 15 Jul 2021 14:34:49 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27984 --- Comment #5 from William Cohen --- There is something odd happening in the mapping of the address back to a na= me.=20 The address 0x61b70 appears to be the correct address for tls_process_client_hello according to nm, but the search is mapping it to instance state_machine.part.0, 0000000000051540. Systemtap keys off the ".part." in the name to determine that it is an inlined function. Due to t= he name mix up in this case systemtap incorrectly determines 0x61b70 is a partially-inlined function. Have been using rr (rr-project.org) to work backwards and determine why dwfl_module_addrinfo is returning the wrong symbol name. The actual selecti= on of "state_machine.part.0" is occurs in the last line of=20 __libdwfl_getsym@dwarf_module_getsym.c:197. --=20 You are receiving this mail because: You are the assignee for the bug.=