FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/instrumentation.c - pganssle/cpython · GitHub
pganssle
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
instrumentation.c
on
zoneinfo_codeowners
User selector
Datepicker
Commit history
Commits on Aug 13, 2025
gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)
Show description for a10152f
colesbury
authored
a10152f
View commit details
Copy full SHA for a10152f
View code at this point
Browse repository at this point
Commits on Jul 24, 2025
gh-136870: fix data races in instrumentation of bytecode (#136994)
Show description for 9a6b60a
kumaraditya303
authored
9a6b60a
View commit details
Copy full SHA for 9a6b60a
View code at this point
Browse repository at this point
Commits on Jul 21, 2025
gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known to be small (#134415)
Show description for cf19b64
smurav
authored
cf19b64
View commit details
Copy full SHA for cf19b64
View code at this point
Browse repository at this point
Commits on Jul 15, 2025
Fix a minor indentation error (#136661)
gaogaotiantian
authored
db20324
View commit details
Copy full SHA for db20324
View code at this point
Browse repository at this point
Commits on Apr 10, 2025
gh-132336: Mark a few "slow path" functions used by the interpreter loop as noinline (#132337)
Show description for 619edb8
mpage
authored
619edb8
View commit details
Copy full SHA for 619edb8
View code at this point
Browse repository at this point
Commits on Mar 26, 2025
gh-131763: Replace the redundant check with assert in remove_tools (#131765)
smurav
authored
151d1bf
View commit details
Copy full SHA for 151d1bf
View code at this point
Browse repository at this point
Commits on Mar 24, 2025
gh-111178: fix UBSan failures for `Python/instrumentation.c` (#131608)
picnixz
authored
43fde78
View commit details
Copy full SHA for 43fde78
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
gh-131238: Remove includes from pycore_interp.h (#131495)
Show description for b69da00
vstinner
authored
b69da00
View commit details
Copy full SHA for b69da00
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
gh-131238: Remove more includes from pycore_interp.h (#131480)
vstinner
authored
20c5f96
View commit details
Copy full SHA for 20c5f96
View code at this point
Browse repository at this point
gh-131238: Remove many includes from pycore_interp.h (#131472)
vstinner
authored
2270684
View commit details
Copy full SHA for 2270684
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
GH-131238: Core header refactor (GH-131250)
Show description for a1aeec6
markshannon
authored
a1aeec6
View commit details
Copy full SHA for a1aeec6
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
gh-131141: fix data race in instrumentation while registering callback (#131142)
kumaraditya303
authored
ea57ffa
View commit details
Copy full SHA for ea57ffa
View code at this point
Browse repository at this point
Commits on Mar 7, 2025
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Show description for 89df62c
markshannon
authored
89df62c
View commit details
Copy full SHA for 89df62c
View code at this point
Browse repository at this point
Commits on Feb 27, 2025
GH-128534: Instrument branches for `async for` loops. (GH-130569)
markshannon
authored
2a18e80
View commit details
Copy full SHA for 2a18e80
View code at this point
Browse repository at this point
Commits on Feb 12, 2025
GH-129715: Don't project traces that return to an unknown caller (GH-130024)
brandtbucher
authored
11bb08e
View commit details
Copy full SHA for 11bb08e
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators (GH-128918)" (GH-129202)
Show description for a10f993
colesbury
authored
a10f993
View commit details
Copy full SHA for a10f993
View code at this point
Browse repository at this point
Commits on Jan 21, 2025
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Show description for f5b6356
markshannon
authored
f5b6356
View commit details
Copy full SHA for f5b6356
View code at this point
Browse repository at this point
GH-127953: Make line number lookup O(1) regardless of the size of the code object (GH-128350)
markshannon
authored
7239da7
View commit details
Copy full SHA for 7239da7
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators (GH-128918)
markshannon
authored
ab61d3f
View commit details
Copy full SHA for ab61d3f
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
markshannon
authored
f826bec
View commit details
Copy full SHA for f826bec
View code at this point
Browse repository at this point
Commits on Dec 19, 2024
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
markshannon
authored
d2f1d91
View commit details
Copy full SHA for d2f1d91
View code at this point
Browse repository at this point
Commits on Nov 21, 2024
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Show description for 9dabace
ericsnowcurrently
authored
9dabace
View commit details
Copy full SHA for 9dabace
View code at this point
Browse repository at this point
Commits on Nov 4, 2024
gh-115999: Implement thread-local bytecode and enable specialization for `BINARY_OP` (#123926)
Show description for 2e95c5b
mpage
authored
2e95c5b
View commit details
Copy full SHA for 2e95c5b
View code at this point
Browse repository at this point
Commits on Oct 29, 2024
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Show description for faa3272
markshannon
authored
faa3272
View commit details
Copy full SHA for faa3272
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
GH-116968: Remove branch from advance_backoff_counter (GH-124469)
markshannon
authored
f55273b
View commit details
Copy full SHA for f55273b
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
gh-116750: Add clear_tool_id function to unregister events and callbacks (#124568)
gaogaotiantian
authored
5e0abb4
View commit details
Copy full SHA for 5e0abb4
View code at this point
Browse repository at this point
Commits on Aug 13, 2024
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
markshannon
authored
7a65439
View commit details
Copy full SHA for 7a65439
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
gh-122247: Move instruction instrumentation sanity check after tracing check (#122251)
gaogaotiantian
authored
57d7c3e
View commit details
Copy full SHA for 57d7c3e
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
gh-117657: Fix some simple races in instrumentation.c (GH-120118)
Show description for b1b61dc
Fidget-Spinner
authored
b1b61dc
View commit details
Copy full SHA for b1b61dc
View code at this point
Browse repository at this point
Commits on May 26, 2024
gh-111997: Fix argument count for LINE event and clarify type of argument counts. (#119179)
scoder
authored
70b07aa
View commit details
Copy full SHA for 70b07aa
View code at this point
Browse repository at this point
Commits on May 23, 2024
gh-119431: fix refleak in test_monitoring (#119444)
iritkatriel
authored
c85e352
View commit details
Copy full SHA for c85e352
View code at this point
Browse repository at this point
Commits on May 21, 2024
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)
iritkatriel
authored
6e9863d
View commit details
Copy full SHA for 6e9863d
View code at this point
Browse repository at this point
Commits on May 6, 2024
gh-118415: Fix issues with local tracing being enabled/disabled on a function (#118496)
DinoV
authored
00d913c
View commit details
Copy full SHA for 00d913c
View code at this point
Browse repository at this point
Commits on May 4, 2024
gh-111997: C-API for signalling monitoring events (#116413)
iritkatriel
authored
85af789
View commit details
Copy full SHA for 85af789
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-107674: Improve performance of `sys.settrace` (GH-117133)
Show description for 9c14ed0
gaogaotiantian
authored
9c14ed0
View commit details
Copy full SHA for 9c14ed0
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL