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 Francis Deslauriers
Recipients Francis Deslauriers, jcea, lukasz.langa, pdmccormick
Date 2017-03-03.15:30:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488555034.33.0.104831792891.issue28909@psf.upfronthosting.co.za>
In-reply-to
Content
> What about `PyProbe`? Given the multitude of tools and techniques in this space, wouldn't it be worthwhile to clarify things before adding this? I think conflating `dtrace` and `lttng` would only lead to more confusion for users as they really are distinct technologies.

I like the PyProbe name too. PyTracepoint could be another option.

Here is the tests patch. The tests are using the same test cases as the DTrace and SystemTap tests.
It still uses the same name as before and the tests were added to the existing test_dtrace.py file. I will send an updated version once we have the final name.
History
Date User Action Args
2017-03-03 15:30:34Francis Deslaurierssetrecipients: + Francis Deslauriers, jcea, lukasz.langa, pdmccormick
2017-03-03 15:30:34Francis Deslaurierssetmessageid: <1488555034.33.0.104831792891.issue28909@psf.upfronthosting.co.za>
2017-03-03 15:30:34Francis Deslaurierslinkissue28909 messages
2017-03-03 15:30:34Francis Deslaurierscreate