This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: python tracing


We test a variation of this in the upstream systemtap testsuite (testsuite/systemtap.apps/python.exp) What the test does is: fetch upstream python sources, apply either one of python2.patch or python3.patch, build python, run test using a scenario similar to the following:

stap celsius-var.stp -c "python -sS celsius.py 30" '*' python.log
stap celsius-var.stp -c "python3 -sS celsius.py 30" '*' python.log


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]