Home
last modified time | relevance | path

Searched refs:PyEval_SetProfile (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc361 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/
Dceval.h5 PyAPI_FUNC(void) PyEval_SetProfile(Py_tracefunc, PyObject *);
/external/python/cpython2/Include/
Dceval.h23 PyAPI_FUNC(void) PyEval_SetProfile(Py_tracefunc, PyObject *);
/external/python/cpython2/Modules/
D_lsprof.c702 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.c974 PyEval_SetProfile((Py_tracefunc) tracer_callback, (PyObject *)self); in do_start()
985 PyEval_SetProfile(NULL, NULL); in do_stop()
/external/python/cpython2/Python/
Dsysmodule.c346 PyEval_SetProfile(NULL, NULL); in profile_trampoline()
430 PyEval_SetProfile(NULL, NULL); in sys_setprofile()
432 PyEval_SetProfile(profile_trampoline, args); in sys_setprofile()
Dceval.c4099 PyEval_SetProfile(Py_tracefunc func, PyObject *arg) in PyEval_SetProfile() function
/external/python/cpython2/PC/os2emx/
Dpython27.def833 "PyEval_SetProfile"
/external/python/cpython3/Doc/data/
Drefcounts.dat795 PyEval_SetProfile:void:::
796 PyEval_SetProfile:Py_tracefunc:func::
797 PyEval_SetProfile:PyObject*:obj:+1:
Dpython3.10.abi212 …<elf-symbol name='PyEval_SetProfile' type='func-type' binding='global-binding' visibility='default…
12776PyEval_SetProfile' mangled-name='PyEval_SetProfile' filepath='Python/ceval.c' line='5564' column='…
/external/python/cpython2/Doc/c-api/
Dinit.rst975 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/
Dinit.rst1496 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/
D3.9.0a5.rst1194 If :c:func:`PySys_Audit` fails in :c:func:`PyEval_SetProfile` or
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1060 :c:func:`PyEval_SetProfile` and :c:func:`PyEval_SetTrace`. The existing
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1060 :c:func:`PyEval_SetProfile` and :c:func:`PyEval_SetTrace`. The existing
/external/python/cpython3/Python/
Dceval.c5551 PyEval_SetProfile(Py_tracefunc func, PyObject *arg) in PyEval_SetProfile() function