Home
last modified time | relevance | path

Searched refs:PyTrace_C_CALL (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/
D_lsprof.c458 #ifdef PyTrace_C_CALL /* not defined in Python <= 2.3 */ in profiler_callback()
461 case PyTrace_C_CALL: in profiler_callback()
670 #ifndef PyTrace_C_CALL in setBuiltins()
774 #ifdef PyTrace_C_CALL in profiler_init()
/external/python/cpython2/Include/
Dpystate.h52 #define PyTrace_C_CALL 4 macro
/external/python/cpython3/Include/
Dpystate.h188 #define PyTrace_C_CALL 4 macro
/external/python/cpython3/Modules/
D_lsprof.c459 case PyTrace_C_CALL: in profiler_callback()
/external/python/cpython2/Doc/c-api/
Dinit.rst980 :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION`, or
996 | :const:`PyTrace_C_CALL` | Function object being called. |
1036 .. c:var:: int PyTrace_C_CALL
1070 :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION` or :const:`PyTrace_C_RETURN`
/external/python/cpython3/Doc/c-api/
Dinit.rst1266 :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION`, :const:`PyTrace_C_RETURN`,
1282 | :const:`PyTrace_C_CALL` | Function object being called. |
1324 .. c:var:: int PyTrace_C_CALL
1366 will not receive :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION` or
/external/python/cpython3/Python/
Dceval.c4524 PyTrace_C_CALL, func)) { \
/external/python/cpython2/Python/
Dceval.c4302 tstate->frame, PyTrace_C_CALL, \