Searched refs:PyTrace_C_CALL (Results 1 – 9 of 9) 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/tensorflow/tensorflow/python/profiler/internal/ |
D | python_hooks.cc | 224 what = PyTrace_C_CALL; in ProfileSlow() 273 case PyTrace_C_CALL: { in ProfileFast()
|
/external/python/cpython2/Include/ |
D | pystate.h | 52 #define PyTrace_C_CALL 4 macro
|
/external/python/cpython3/Include/cpython/ |
D | pystate.h | 30 #define PyTrace_C_CALL 4 macro
|
/external/python/cpython3/Modules/ |
D | _lsprof.c | 414 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 | 1464 :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION`, :const:`PyTrace_C_RETURN`, 1480 | :const:`PyTrace_C_CALL` | Function object being called. | 1522 .. c:var:: int PyTrace_C_CALL 1566 will not receive :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION` or
|
/external/python/cpython2/Python/ |
D | ceval.c | 4302 tstate->frame, PyTrace_C_CALL, \
|
/external/python/cpython3/Python/ |
D | ceval.c | 4995 PyTrace_C_CALL, func)) { \
|