aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/instrumentation.c
Commit message (Expand)AuthorAge
* GH-109369: Merge all eval-breaker flags and monitoring version into one word....Mark Shannon2023-10-04
* GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (...Tian Gao2023-09-22
* gh-109371: Fix monitoring with instruction events set (gh-109385)Tian Gao2023-09-18
* GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)Brandt Bucher2023-09-13
* gh-109039: Branch prediction for Tier 2 interpreter (#109038)Guido van Rossum2023-09-11
* GH-108976. Keep monitoring data structures valid during de-optimization durin...Mark Shannon2023-09-11
* gh-109094: remove unnecessary updates of frame->prev_instr in instrumentation...Irit Katriel2023-09-07
* gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)Dong-hee Na2023-09-07
* GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...Mark Shannon2023-09-05
* gh-107265: Fix initialize/remove_tools for ENTER_EXECUTOR case (gh-108482)Dong-hee Na2023-08-27
* gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...Irit Katriel2023-08-23
* gh-107265: Ensure de_instrument does not handle ENTER_EXECUTOR (#108366)Dong-hee Na2023-08-23
* GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...Mark Shannon2023-08-17
* gh-103082: remove assumption that INSTRUMENTED_LINE is the last instrumented ...Irit Katriel2023-08-15
* gh-103082: use IS_VALID_OPCODE instead of _PyOpcode_OpName to check if an opc...Irit Katriel2023-08-14
* GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107...Mark Shannon2023-08-10
* GH-107774: Add missing audit event for PEP 669 (GH-107775)Mark Shannon2023-08-10
* GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)Mark Shannon2023-08-09
* GH-106895: Raise a `ValueError` when attempting to disable events that cannot...Mark Shannon2023-07-27
* GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)Mark Shannon2023-07-27
* gh-107082: Fix instruction size computation for ENTER_EXECUTOR (#107256)Guido van Rossum2023-07-25
* GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)Victor Stinner2023-07-22
* gh-106320: Create pycore_modsupport.h header file (#106355)Victor Stinner2023-07-03
* gh-106320: Use _PyInterpreterState_GET() (#106336)Victor Stinner2023-07-02
* gh-106320: Remove _PyInterpreterState_Get() alias (#106321)Victor Stinner2023-07-01
* GH-106012: Fix monitoring of static code objects (GH-106017)Mark Shannon2023-06-23
* GH-91095: Specialize calls to normal Python classes. (GH-99331)Mark Shannon2023-06-22
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-14
* GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)Mark Shannon2023-06-08
* GH-105229: Replace some superinstructions with single instruction equivalent....Mark Shannon2023-06-05
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-02
* gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)Carl Meyer2023-05-16
* GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...Mark Shannon2023-05-12
* gh-103845: Remove line & instruction instrumentations before adding them back...Tian Gao2023-05-03
* GH-103082: Code cleanup in instrumentation code (#103474)Mark Shannon2023-04-29
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-22
* gh-103082: Fix shifted field initialization in `instrumentation.c` (GH-103561)Oleg Iarygin2023-04-21
* Fix unused functions warnings in instrumentation.c (GH-103515)Benjamin Peterson2023-04-13
* GH-103082: Turn on branch events for FOR_ITER instructions. (#103507)Mark Shannon2023-04-13
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-12