Searched refs:PyTrace_CALL (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/profiler/internal/ |
D | python_hooks.cc | 234 what = PyTrace_CALL; in ProfileSlow() 254 case PyTrace_CALL: { in ProfileFast()
|
/external/python/cpython2/Include/ |
D | pystate.h | 48 #define PyTrace_CALL 0 macro
|
/external/python/cpython3/Include/cpython/ |
D | pystate.h | 26 #define PyTrace_CALL 0 macro
|
/external/python/cpython2/Modules/ |
D | _hotshot.c | 513 if (what == PyTrace_CALL) { in logreader_tp_iternext() 869 case PyTrace_CALL: in tracer_callback()
|
D | _lsprof.c | 442 case PyTrace_CALL: in profiler_callback()
|
D | pyexpat.c | 351 if (trace_frame(tstate, f, PyTrace_CALL, Py_None) < 0) { in call_with_frame()
|
/external/python/cpython3/Modules/ |
D | _lsprof.c | 389 case PyTrace_CALL: in profiler_callback()
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 361 if (what == PyTrace_CALL) in trace_trampoline()
|
D | ceval.c | 1003 f, PyTrace_CALL, Py_None)) { in PyEval_EvalFrameEx() 1013 f, PyTrace_CALL, Py_None)) { in PyEval_EvalFrameEx()
|
/external/python/cpython2/Doc/c-api/ |
D | init.rst | 978 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/ |
D | init.rst | 1462 pertains, *what* is one of the constants :const:`PyTrace_CALL`, 1470 | :const:`PyTrace_CALL` | Always :c:data:`Py_None`. | 1489 .. c:var:: int PyTrace_CALL
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 976 if (what == PyTrace_CALL) { in trace_trampoline()
|
D | ceval.c | 1278 tstate, f, PyTrace_CALL, Py_None)) { in _PyEval_EvalFrameDefault() 1288 tstate, f, PyTrace_CALL, Py_None)) { in _PyEval_EvalFrameDefault()
|