This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmalcolm
Recipients BreamoreBoy, Garen, belopolsky, bretthoerner, chrismiles, danchr, dmalcolm, giampaolo.rodola, glyph, jbaker, jcea, laca, mjw, movement, rhettinger, robert.kern, ronaldoussoren, sirg3, techtonik, twleung, wsanchez
Date 2010-09-27.23:50:13
SpamBayes Score 1.504129e-05
Marked as misclassified No
Message-id <1285631419.58.0.968134794329.issue4111@psf.upfronthosting.co.za>
In-reply-to
Content
Updated py3k version of patch.

Changes:
  - renamed the probepoints:
      "function__entry" -> "frame__entry"
      "function__return" -> "frame__exit"
    as I believe this better describes what these do    
  - added a test suite: Lib/test/test_systemtap.py
  - reformatted to use 4-space indentation
  - slightly reworked the configure.in code

Some error-handling issue remain (see the FIXMEs in the code)

Tested and working on Fedora 13 x86_64, using:
  systemtap-1.3-1.fc13.x86_64
  kernel-2.6.33.3-84.fc13.x86_64
  kernel-devel-2.6.33.3-84.fc13.x86_64
  kernel-headers-2.6.33.3-84.fc13.x86_64
  kernel-debuginfo-2.6.33.3-84.fc13.x86_64
  kernel-debuginfo-common-x86_64-2.6.33.3-84.fc13.x86_64
History
Date User Action Args
2010-09-27 23:50:20dmalcolmsetrecipients: + dmalcolm, rhettinger, jcea, ronaldoussoren, belopolsky, wsanchez, movement, techtonik, giampaolo.rodola, glyph, bretthoerner, laca, twleung, jbaker, robert.kern, sirg3, chrismiles, danchr, mjw, Garen, BreamoreBoy
2010-09-27 23:50:19dmalcolmsetmessageid: <1285631419.58.0.968134794329.issue4111@psf.upfronthosting.co.za>
2010-09-27 23:50:17dmalcolmlinkissue4111 messages
2010-09-27 23:50:16dmalcolmcreate