Home
last modified time | relevance | path

Searched refs:PyTrace_CALL (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h48 #define PyTrace_CALL 0 macro
/external/python/cpython3/Include/
Dpystate.h184 #define PyTrace_CALL 0 macro
/external/python/cpython2/Modules/
D_hotshot.c513 if (what == PyTrace_CALL) { in logreader_tp_iternext()
869 case PyTrace_CALL: in tracer_callback()
D_lsprof.c442 case PyTrace_CALL: in profiler_callback()
Dpyexpat.c351 if (trace_frame(tstate, f, PyTrace_CALL, Py_None) < 0) { in call_with_frame()
/external/python/cpython3/Modules/
D_lsprof.c441 case PyTrace_CALL: in profiler_callback()
/external/python/cpython2/Python/
Dsysmodule.c361 if (what == PyTrace_CALL) in trace_trampoline()
Dceval.c1003 f, PyTrace_CALL, Py_None)) { in PyEval_EvalFrameEx()
1013 f, PyTrace_CALL, Py_None)) { in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/c-api/
Dinit.rst978 pertains, *what* is one of the constants :const:`PyTrace_CALL`,
986 | :const:`PyTrace_CALL` | Always :c:data:`Py_None`. |
1004 .. c:var:: int PyTrace_CALL
/external/python/cpython3/Doc/c-api/
Dinit.rst1264 pertains, *what* is one of the constants :const:`PyTrace_CALL`,
1272 | :const:`PyTrace_CALL` | Always :c:data:`Py_None`. |
1291 .. c:var:: int PyTrace_CALL
/external/python/cpython3/Python/
Dsysmodule.c535 if (what == PyTrace_CALL) in trace_trampoline()
Dceval.c857 tstate, f, PyTrace_CALL, Py_None)) { in _PyEval_EvalFrameDefault()
867 tstate, f, PyTrace_CALL, Py_None)) { in _PyEval_EvalFrameDefault()