Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > e2ec330d3ecf5110b4aa890342e53d96 > files > 994

systemtap-client-2.1-2.fc17.i686.rpm

title: Override default new-pthread stack sizes
name: threadstacks.stp
keywords: thread
subsystem: process
exit: user-controlled
description: Overrides default NPTL pthread_create stack size for all new threads created by target processes.  Reports one line per process when the related glibc variable __default_stacksize is updated.  Moot for glibc versions that support $LIBC_PTHREAD_DEFAULT_STACKSIZE_NP.
test_check: stap -gp4 threadstacks.stp -Gsize=65536 -d stap
test_installcheck: stap -g threadstacks.stp -Gsize=65536 -c "sleep 1" -d stap