cpython/Doc/howto
Łukasz Langa a785c87d6e DTrace support: function calls, GC activity, line execution
Tested on macOS 10.11 dtrace, Ubuntu 16.04 SystemTap, and libbcc.

Largely based by an initial patch by Jesús Cea Avión, with some
influence from Dave Malcolm's SystemTap patch and Nikhil Benesch's
unification patch.

Things deliberately left out for simplicity:
- ustack helpers, I have no way of testing them at this point since
they are Solaris-specific
- PyFrameObject * in function__entry/function__return, this is
SystemTap-specific
- SPARC support
- dynamic tracing
- sys module dtrace facility introspection

All of those might be added later.
2016-09-09 17:37:37 -07:00
..
argparse.rst merge with 3.5 2016-02-28 21:09:45 +01:00
clinic.rst clinic: PY_LONG_LONG -> long long 2016-09-08 09:29:11 -07:00
cporting.rst fix python 3 mod init function declaration (closes #26827) 2016-04-22 23:43:10 -07:00
curses.rst Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. 2016-02-26 19:37:12 +01:00
descriptor.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 12:01:23 +03:00
functional.rst Issue #27204: Fix doctests in Doc/howto 2016-08-09 16:47:04 -05:00
index.rst DTrace support: function calls, GC activity, line execution 2016-09-09 17:37:37 -07:00
instrumentation.rst DTrace support: function calls, GC activity, line execution 2016-09-09 17:37:37 -07:00
ipaddress.rst Issue #27204: Fix doctests in Doc/howto 2016-08-09 16:47:04 -05:00
logging-cookbook.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
logging.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
logging_flow.png Updated logging HOWTO with a diagram. 2013-01-22 13:12:34 +00:00
pyporting.rst Use sys.version_info, not sys.version. 2016-08-17 09:51:20 -05:00
regex.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
sockets.rst Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
sorting.rst Issue #27204: Fix doctests in Doc/howto 2016-08-09 16:47:04 -05:00
unicode.rst #25916: fix a few 'string of bytes' references. 2016-08-23 20:43:56 -04:00
urllib2.rst [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) 2016-07-30 23:39:06 -07:00