summaryrefslogtreecommitdiffstats
path: root/Python/perf_trampoline.c
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-113343: Fix error check on mmap(2) (GH-113342) (#113374)Miss Islington (bot)2023-12-211-1/+1
* [3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#...Pablo Galindo Salgado2023-12-011-4/+34
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-211-68/+16
* gh-103650: Fix perf maps address format (#103651)Arthur Pastel2023-05-071-1/+1
* gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)Eric Snow2022-12-091-30/+14
* gh-96143: Move the perf trampoline files to the Python directory (#98675)Pablo Galindo Salgado2022-10-251-0/+531