threadsnoop: look for pthread_create in libc too
authorJerome Marchand <jmarchan@redhat.com>
Thu, 16 Sep 2021 12:44:23 +0000 (14:44 +0200)
committeryonghong-song <ys114321@gmail.com>
Fri, 17 Sep 2021 04:08:10 +0000 (21:08 -0700)
commit039a381486f02fa6bd84704d75854b556314369d
treeaf84a87911a7bd104c29e3fb0e32c8cd54cc2a2c
parent44fc17fc8ca0a53f37e82aa82a6a000ec28384c4
threadsnoop: look for pthread_create in libc too

Since glibc 2.34, pthread features are integrated in libc directly.
Look for pthread_create there too when it is not found in libpthread.

Fixes #3623
tools/threadsnoop.py