Home
last modified time | relevance | path

Searched refs:PyTrace_RETURN (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc236 what = PyTrace_RETURN; in ProfileSlow()
259 case PyTrace_RETURN: in ProfileFast()
/external/python/cpython2/Include/
Dpystate.h51 #define PyTrace_RETURN 3 macro
/external/python/cpython3/Include/cpython/
Dpystate.h29 #define PyTrace_RETURN 3 macro
/external/python/cpython2/Modules/
D_lsprof.c449 case PyTrace_RETURN: in profiler_callback()
D_hotshot.c877 case PyTrace_RETURN: in tracer_callback()
Dpyexpat.c366 if (trace_frame(tstate, f, PyTrace_RETURN, res) < 0) { in call_with_frame()
/external/python/cpython3/Modules/
D_lsprof.c399 case PyTrace_RETURN: in profiler_callback()
/external/python/cpython2/Python/
Dceval.c3320 PyTrace_RETURN, retval)) { in PyEval_EvalFrameEx()
3329 PyTrace_RETURN, NULL); in PyEval_EvalFrameEx()
3336 PyTrace_RETURN, NULL); in PyEval_EvalFrameEx()
3339 PyTrace_RETURN, retval)) { in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/c-api/
Dinit.rst979 :const:`PyTrace_EXCEPTION`, :const:`PyTrace_LINE`, :const:`PyTrace_RETURN`,
993 | :const:`PyTrace_RETURN` | Value being returned to the caller, |
1030 .. c:var:: int PyTrace_RETURN
/external/python/cpython3/Doc/c-api/
Dinit.rst1463 :const:`PyTrace_EXCEPTION`, :const:`PyTrace_LINE`, :const:`PyTrace_RETURN`,
1477 | :const:`PyTrace_RETURN` | Value being returned to the caller, |
1516 .. c:var:: int PyTrace_RETURN
/external/python/cpython3/Python/
Dceval.c3826 tstate, f, PyTrace_RETURN, retval)) { in _PyEval_EvalFrameDefault()
3832 tstate, f, PyTrace_RETURN, retval)) { in _PyEval_EvalFrameDefault()