Lines Matching full:cpython
6 Instrumenting CPython with DTrace and SystemTap
20 As of Python 3.6, CPython can be built with embedded "markers", also
22 making it easier to monitor what the CPython processes on a system are
27 DTrace markers are implementation details of the CPython interpreter.
29 CPython. DTrace scripts can stop working or work incorrectly without
30 warning when changing CPython versions.
37 build CPython with the embedded markers for SystemTap, the SystemTap
49 CPython must then be :option:`configured with the --with-dtrace option
257 For a :option:`--enable-shared` build of CPython, the markers are contained within the
271 (assuming a :ref:`debug build <debug-build>` of CPython 3.6)
351 Here is a tapset file, based on a non-shared build of CPython:
413 running CPython code, showing the top 20 most frequently entered bytecode