[Bug translator/27984] stap skipping partially-inlined instance, but it is not inline function actually

wcohen at redhat dot com sourceware-bugzilla@sourceware.org
Wed Jul 14 20:37:06 GMT 2021


https://sourceware.org/bugzilla/show_bug.cgi?id=27984

--- Comment #2 from William Cohen <wcohen at redhat dot com> ---
The function tls_process_client_hello is clearly not partially inlined as would
expect a ".part." in the name from nm if it was:

$ nm stap-job1/sysroot/usr/local/openresty/openssl/lib/libssl.so.1.1  | grep "
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  | grep "
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list