mirror of
https://github.com/python/cpython.git
synced 2025-12-21 16:11:52 +00:00
gh-137291: Support perf profiler with an evaluation hook (#137292)
Support perf profiler with an evaluation hook
This commit is contained in:
parent
e3ad9003c5
commit
375f484f97
4 changed files with 54 additions and 47 deletions
|
|
@ -88,6 +88,7 @@ struct _ceval_runtime_state {
|
|||
struct trampoline_api_st trampoline_api;
|
||||
FILE *map_file;
|
||||
Py_ssize_t persist_after_fork;
|
||||
_PyFrameEvalFunction prev_eval_frame;
|
||||
#else
|
||||
int _not_used;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue