index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
perf_trampoline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na
2025-12-08
1
-0/+2
*
gh-137291: Support perf profiler with an evaluation hook (#137292)
Dino Viehland
2025-08-07
1
-10/+8
*
gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (#1...
Pablo Galindo Salgado
2025-07-11
1
-5/+10
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
1
-2/+1
*
gh-131238: Add explicit includes to pycore headers (#131257)
Victor Stinner
2025-03-17
1
-0/+1
*
gh-115999: Enable specialization of `CALL` instructions in free-threaded buil...
mpage
2024-12-03
1
-3/+3
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
1
-5/+47
*
gh-113343: Fix error check on mmap(2) (#113342)
Namhyung Kim
2023-12-21
1
-1/+1
*
gh-112367: Only free perf trampoline arenas at shutdown (#112368)
Pablo Galindo Salgado
2023-12-01
1
-5/+35
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
1
-8/+4
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
1
-6/+44
*
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner
2023-09-06
1
-1/+1
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
1
-0/+1
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
1
-2/+2
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
1
-1/+1
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
1
-68/+16
*
gh-103650: Fix perf maps address format (#103651)
Arthur Pastel
2023-05-07
1
-1/+1
*
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow
2022-12-09
1
-30/+14
*
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Pablo Galindo Salgado
2022-10-25
1
-0/+531