Home
last modified time | relevance | path

Searched refs:PyTrace_LINE (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h50 #define PyTrace_LINE 2 macro
/external/python/cpython3/Include/cpython/
Dpystate.h28 #define PyTrace_LINE 2 macro
/external/python/cpython2/Modules/
D_hotshot.c506 what = PyTrace_LINE; in logreader_tp_iternext()
880 case PyTrace_LINE: /* we only get these events if we asked for them */ in tracer_callback()
/external/python/cpython2/Doc/c-api/
Dinit.rst979 :const:`PyTrace_EXCEPTION`, :const:`PyTrace_LINE`, :const:`PyTrace_RETURN`,
991 | :const:`PyTrace_LINE` | Always :c:data:`Py_None`. |
1024 .. c:var:: int PyTrace_LINE
1060 profile function is called for all monitored events except :const:`PyTrace_LINE`
/external/python/cpython3/Doc/c-api/
Dinit.rst1463 :const:`PyTrace_EXCEPTION`, :const:`PyTrace_LINE`, :const:`PyTrace_RETURN`,
1475 | :const:`PyTrace_LINE` | Always :c:data:`Py_None`. |
1509 .. c:var:: int PyTrace_LINE
1554 profile function is called for all monitored events except :const:`PyTrace_LINE`
/external/python/cpython2/Python/
Dceval.c4092 result = call_trace(func, obj, frame, PyTrace_LINE, Py_None); in maybe_call_line_trace()
/external/python/cpython3/Python/
Dceval.c4722 result = call_trace(func, obj, tstate, frame, PyTrace_LINE, Py_None); in maybe_call_line_trace()