Searched refs:PyEval_SetProfile (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/python/profiler/internal/ |
D | python_hooks.cc | 361 PyEval_SetProfile(&PythonHooks::ProfileFunction, nullptr); in SetProfilerInAllThreads() 371 PyEval_SetProfile(&PythonHooks::ProfileFunction, nullptr); in SetProfilerInAllThreads() 380 PyEval_SetProfile(nullptr, nullptr); in ClearProfilerInAllThreads()
|
/external/python/cpython3/Include/cpython/ |
D | ceval.h | 5 PyAPI_FUNC(void) PyEval_SetProfile(Py_tracefunc, PyObject *);
|
/external/python/cpython2/Include/ |
D | ceval.h | 23 PyAPI_FUNC(void) PyEval_SetProfile(Py_tracefunc, PyObject *);
|
/external/python/cpython2/Modules/ |
D | _lsprof.c | 702 PyEval_SetProfile(profiler_callback, (PyObject*)self); in profiler_enable() 734 PyEval_SetProfile(NULL, NULL); in profiler_disable() 760 PyEval_SetProfile(NULL, NULL); in profiler_dealloc()
|
D | _hotshot.c | 974 PyEval_SetProfile((Py_tracefunc) tracer_callback, (PyObject *)self); in do_start() 985 PyEval_SetProfile(NULL, NULL); in do_stop()
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 346 PyEval_SetProfile(NULL, NULL); in profile_trampoline() 430 PyEval_SetProfile(NULL, NULL); in sys_setprofile() 432 PyEval_SetProfile(profile_trampoline, args); in sys_setprofile()
|
D | ceval.c | 4099 PyEval_SetProfile(Py_tracefunc func, PyObject *arg) in PyEval_SetProfile() function
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 833 "PyEval_SetProfile"
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 795 PyEval_SetProfile:void::: 796 PyEval_SetProfile:Py_tracefunc:func:: 797 PyEval_SetProfile:PyObject*:obj:+1:
|
D | python3.10.abi | 212 …<elf-symbol name='PyEval_SetProfile' type='func-type' binding='global-binding' visibility='default… 12776 …PyEval_SetProfile' mangled-name='PyEval_SetProfile' filepath='Python/ceval.c' line='5564' column='…
|
/external/python/cpython2/Doc/c-api/ |
D | init.rst | 975 The type of the trace function registered using :c:func:`PyEval_SetProfile` and 1054 .. c:function:: void PyEval_SetProfile(Py_tracefunc func, PyObject *obj) 1067 :c:func:`PyEval_SetProfile`, except the tracing function does receive line-number
|
/external/python/cpython3/Doc/c-api/ |
D | init.rst | 1496 The type of the trace function registered using :c:func:`PyEval_SetProfile` and 1585 .. c:function:: void PyEval_SetProfile(Py_tracefunc func, PyObject *obj) 1600 :c:func:`PyEval_SetProfile`, except the tracing function does receive line-number
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a5.rst | 1194 If :c:func:`PySys_Audit` fails in :c:func:`PyEval_SetProfile` or
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.2.rst | 1060 :c:func:`PyEval_SetProfile` and :c:func:`PyEval_SetTrace`. The existing
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.2.rst | 1060 :c:func:`PyEval_SetProfile` and :c:func:`PyEval_SetTrace`. The existing
|
/external/python/cpython3/Python/ |
D | ceval.c | 5551 PyEval_SetProfile(Py_tracefunc func, PyObject *arg) in PyEval_SetProfile() function
|