mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
gh-118518: Allow perf to work without frame pointers (#112254)
This commit is contained in:
parent
999f0c5122
commit
1b22d801b8
19 changed files with 892 additions and 39 deletions
|
|
@ -108,6 +108,7 @@ extern int _PyIsPerfTrampolineActive(void);
|
|||
extern PyStatus _PyPerfTrampoline_AfterFork_Child(void);
|
||||
#ifdef PY_HAVE_PERF_TRAMPOLINE
|
||||
extern _PyPerf_Callbacks _Py_perfmap_callbacks;
|
||||
extern _PyPerf_Callbacks _Py_perfmap_jit_callbacks;
|
||||
#endif
|
||||
|
||||
static inline PyObject*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue