python tracing

corpaul c.bezemer@tudelft.nl
Wed Apr 24 12:30:00 GMT 2013


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.



More information about the Systemtap mailing list