Home
last modified time | relevance | path

Searched refs:use_tracing (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_pystate.h134 bool use_tracing = in _PyThreadState_UpdateTracingState() local
137 tstate->cframe->use_tracing = (use_tracing ? 255 : 0); in _PyThreadState_UpdateTracingState()
/third_party/python/Python/
H A Dceval.c102 PyObject *callargs, PyObject *kwdict, int use_tracing);
1336 assert(cframe.use_tracing == 0 || cframe.use_tracing == 255); \
1337 opcode |= cframe.use_tracing OR_DTRACE_LINE; \
1345 opcode |= cframe.use_tracing OR_DTRACE_LINE; \
1420 opcode = _Py_OPCODE(word) | cframe.use_tracing OR_DTRACE_LINE; \
1515 if (cframe.use_tracing) { \
1528 if (cframe.use_tracing) { \
1535 if (cframe.use_tracing) { \
1546 if (cframe.use_tracing) { \
7290 int use_tracing = 1; global() local
[all...]
/third_party/python/Include/cpython/
H A Dpystate.h49 uint8_t use_tracing; // 0 or 255 (or'ed into opcode, hence 8-bit type) member

Completed in 8 milliseconds