Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval.c1276 #define OR_DTRACE_LINE || PyDTrace_LINE_ENABLED() macro
1278 #define OR_DTRACE_LINE macro
1302 if (trace_info.cframe.use_tracing OR_DTRACE_LINE OR_LLTRACE) { \
1833 if (trace_info.cframe.use_tracing OR_DTRACE_LINE OR_LLTRACE) { in _PyEval_EvalFrameDefault()