Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dframeobject.h31 char f_trace_opcodes; /* Emit per-opcode trace events? */ member
/third_party/python/Objects/
Dframeobject.c21 {"f_trace_opcodes", T_BOOL, OFF(f_trace_opcodes), 0},
920 f->f_trace_opcodes = 0; in _PyFrame_New_NoTrack()
/third_party/python/Lib/test/
Dtest_sys_settrace.py308 frame.f_trace_opcodes = self.trace_opcode_events
/third_party/python/Doc/library/
Dsys.rst1394 requested by setting :attr:`f_trace_opcodes` to :const:`True` on the
1425 :attr:`f_trace_opcodes` attributes added to frames
/third_party/python/Doc/reference/
Ddatamodel.rst1011 single: f_trace_opcodes (frame attribute)
1020 :attr:`f_trace_opcodes` to :const:`True`. Note that this may lead to
/third_party/python/Python/
Dceval.c4726 if (frame->f_trace_opcodes) { in maybe_call_line_trace()
/third_party/python/Doc/c-api/
Dinit.rst1545 :attr:`f_trace_opcodes` to *1* on the frame.
/third_party/python/Doc/whatsnew/
D3.7.rst1893 ``f_trace_lines`` and ``f_trace_opcodes`` attributes on the
/third_party/python/Misc/
DNEWS12425 both ``f_trace_lines`` and ``f_trace_opcodes`` are enabled, line events
13272 default) to turn off per-line trace events; and ``f_trace_opcodes``