]> sourceware.org Git - systemtap.git/commit
Adjust threadstacks.stp to work with newer versions of glibc
authorWilliam Cohen <wcohen@redhat.com>
Wed, 6 Apr 2022 19:12:55 +0000 (15:12 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Wed, 6 Apr 2022 19:12:55 +0000 (15:12 -0400)
commit331ee06ad5daf2ffcfec518b1e59a3899f2701ff
treedf66c99d1fb015196b10cb3f0025136f8413aad1
parente196a3f02693bf4bab1b0a101f0fce87b83d0210
Adjust threadstacks.stp to work with newer versions of glibc

Newer versions of glibc have moved the allocate_stack function from
libpthread.so.* to libc.so.*.  Similarly, the default stack size has
been moved to a different target variable.  The threadstacks.stp
script needed to be adjusted to use the new probe point and target
variable.
testsuite/systemtap.examples/process/threadstacks.stp
This page took 0.023964 seconds and 5 git commands to generate.