Searched refs:PyTrace_C_CALL (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Modules/ |
D | _lsprof.c | 458 #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/ |
D | pystate.h | 52 #define PyTrace_C_CALL 4 macro
|
/external/python/cpython3/Include/ |
D | pystate.h | 188 #define PyTrace_C_CALL 4 macro
|
/external/python/cpython3/Modules/ |
D | _lsprof.c | 459 case PyTrace_C_CALL: in profiler_callback()
|
/external/python/cpython2/Doc/c-api/ |
D | init.rst | 980 :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/ |
D | init.rst | 1266 :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/ |
D | ceval.c | 4524 PyTrace_C_CALL, func)) { \
|
/external/python/cpython2/Python/ |
D | ceval.c | 4302 tstate->frame, PyTrace_C_CALL, \
|