From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6F7303857C71; Wed, 14 Jul 2021 20:37:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6F7303857C71 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: Wed, 14 Jul 2021 20:37:06 +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: Wed, 14 Jul 2021 20:37:06 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27984 --- Comment #2 from William Cohen --- The function tls_process_client_hello is clearly not partially inlined as w= ould expect a ".part." in the name from nm if it was: $ nm stap-job1/sysroot/usr/local/openresty/openssl/lib/libssl.so.1.1 | gre= p " t "|grep tls_process_client_hello 0000000000061b70 t tls_process_client_hello List of functions that have partial inlined code: $ nm stap-job1/sysroot/usr/local/openresty/openssl/lib/libssl.so.1.1 | gre= p " t "|grep "part" 0000000000038c70 t dup_ca_names.part.0 0000000000041f80 t serverinfo_process_buffer.part.0 0000000000036b30 t ssl_conf_cmd_lookup.part.0 0000000000051540 t state_machine.part.0 0000000000067f50 t tls12_sigalg_allowed.part.0 0000000000066570 t tls1_check_pkey_comp.part.0 0000000000066aa0 t tls1_check_sig_alg.part.0 Systemtap is getting the test abour line tapsets.cxx:2288 wrong. --=20 You are receiving this mail because: You are the assignee for the bug.=