This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: python tracing
- From: corpaul <c dot bezemer at tudelft dot nl>
- To: systemtap at sourceware dot org
- Date: Wed, 24 Apr 2013 05:30:52 -0700 (PDT)
- Subject: Re: python tracing
- References: <1365426684043-227721 dot post at n7 dot nabble dot com> <5162D0AC dot 7050505 at redhat dot com> <46C9AEB13B3AC04C82D760CC81752171460461CE at SRV363 dot tudelft dot net> <5162DB45 dot 20501 at redhat dot com> <46C9AEB13B3AC04C82D760CC817521714604636F at SRV363 dot tudelft dot net> <51641687 dot 4030900 at redhat dot com> <46C9AEB13B3AC04C82D760CC81752171460464E6 at SRV363 dot tudelft dot net> <516430B1 dot 5070206 at redhat dot com> <059601ce353a$15041f10$3f0c5d30$ at bezemer@tudelft.nl> <51658516 dot 1090501 at redhat dot com>
I was finally able to get this working by using the following patched
version:
hg clone http://hg.jcea.es/cpython-2011
cd cpython-2011
hg checkout dtrace-issue13405_2.7
./configure --with-dtrace
cp Modules/Setup.dist Modules/Setup
make -j_Number_of_cores_in_the_machine_
and the right library path can be found by running on the built python:
ldd python
We're working on building a .deb file for the python version as it now
misses some linking with libraries.
Figured I'd post this here in case it might be of use to anyone.
--
View this message in context: http://sourceware-org.1504.n7.nabble.com/python-tracing-tp227721p229460.html
Sent from the Sourceware - systemtap mailing list archive at Nabble.com.