Home
last modified time | relevance | path

Searched refs:PyTrace_C_RETURN (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc226 what = PyTrace_C_RETURN; in ProfileSlow()
281 case PyTrace_C_RETURN: in ProfileFast()
/external/python/cpython2/Include/
Dpystate.h54 #define PyTrace_C_RETURN 6 macro
/external/python/cpython3/Include/cpython/
Dpystate.h32 #define PyTrace_C_RETURN 6 macro
/external/python/cpython2/Modules/
D_lsprof.c472 case PyTrace_C_RETURN: /* ...normally */ in profiler_callback()
/external/python/cpython3/Modules/
D_lsprof.c425 case PyTrace_C_RETURN: /* ...normally */ in profiler_callback()
/external/python/cpython2/Doc/c-api/
Dinit.rst981 :const:`PyTrace_C_RETURN`, and *arg* depends on the value of *what*:
1000 | :const:`PyTrace_C_RETURN` | Function object being called. |
1048 .. c:var:: int PyTrace_C_RETURN
1070 :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION` or :const:`PyTrace_C_RETURN`
/external/python/cpython3/Doc/c-api/
Dinit.rst1464 :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION`, :const:`PyTrace_C_RETURN`,
1484 | :const:`PyTrace_C_RETURN` | Function object being called. |
1534 .. c:var:: int PyTrace_C_RETURN
1567 :const:`PyTrace_C_RETURN` as a value for the *what* parameter.
/external/python/cpython2/Python/
Dceval.c4318 tstate->frame, PyTrace_C_RETURN, \
/external/python/cpython3/Python/
Dceval.c5011 PyTrace_C_RETURN, func)) { \