Searched refs:PyTrace_EXCEPTION (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/profiler/internal/ |
D | python_hooks.cc | 238 what = PyTrace_EXCEPTION; in ProfileSlow() 260 case PyTrace_EXCEPTION: { in ProfileFast()
|
/external/python/cpython2/Include/ |
D | pystate.h | 49 #define PyTrace_EXCEPTION 1 macro
|
/external/python/cpython3/Include/cpython/ |
D | pystate.h | 27 #define PyTrace_EXCEPTION 1 macro
|
/external/python/cpython2/Doc/c-api/ |
D | init.rst | 979 :const:`PyTrace_EXCEPTION`, :const:`PyTrace_LINE`, :const:`PyTrace_RETURN`, 988 | :const:`PyTrace_EXCEPTION` | Exception information as returned by | 1013 .. c:var:: int PyTrace_EXCEPTION 1061 and :const:`PyTrace_EXCEPTION`.
|
/external/python/cpython3/Doc/c-api/ |
D | init.rst | 1463 :const:`PyTrace_EXCEPTION`, :const:`PyTrace_LINE`, :const:`PyTrace_RETURN`, 1472 | :const:`PyTrace_EXCEPTION` | Exception information as returned by | 1498 .. c:var:: int PyTrace_EXCEPTION 1555 :const:`PyTrace_OPCODE` and :const:`PyTrace_EXCEPTION`.
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 322 err = trace_frame(tstate, f, PyTrace_EXCEPTION, arg); in trace_frame_exc()
|
/external/python/cpython2/Python/ |
D | ceval.c | 4001 err = call_trace(func, self, f, PyTrace_EXCEPTION, arg); in call_exc_trace()
|
/external/python/cpython3/Python/ |
D | ceval.c | 4628 err = call_trace(func, self, tstate, f, PyTrace_EXCEPTION, arg); in call_exc_trace()
|