Lines Matching refs:tracing
508 assert(_Py_tracemalloc_config.tracing);
532 assert(_Py_tracemalloc_config.tracing);
972 if (_Py_tracemalloc_config.tracing) {
1012 /* everything is ready: start tracing Python memory allocations */
1013 _Py_tracemalloc_config.tracing = 1;
1022 if (!_Py_tracemalloc_config.tracing)
1025 /* stop tracing Python memory allocations */
1026 _Py_tracemalloc_config.tracing = 0;
1047 Return True if the tracemalloc module is tracing Python memory allocations.
1054 return PyBool_FromLong(_Py_tracemalloc_config.tracing);
1068 if (!_Py_tracemalloc_config.tracing)
1350 if (!_Py_tracemalloc_config.tracing)
1423 if (!_Py_tracemalloc_config.tracing)
1503 if (!_Py_tracemalloc_config.tracing) {
1530 Start tracing Python memory allocations.
1550 Stop tracing Python memory allocations.
1635 if (!_Py_tracemalloc_config.tracing)
1651 Do nothing if the tracemalloc module is not tracing memory allocations.
1659 if (!_Py_tracemalloc_config.tracing) {
1740 if (!_Py_tracemalloc_config.tracing) {
1741 /* tracemalloc is not tracing: do nothing */
1759 if (!_Py_tracemalloc_config.tracing) {
1760 /* tracemalloc is not tracing: do nothing */
1775 Do nothing if tracemalloc is not tracing memory allocations
1782 if (!_Py_tracemalloc_config.tracing) {
1783 /* tracemalloc is not tracing: do nothing */