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

/gem5/src/base/
H A Ddebug.hh66 bool _tracing; // tracing is enabled and flag is on member in class:Debug::SimpleFlag
74 bool status() const { return _tracing; }
75 operator bool() const { return _tracing; }
76 bool operator!() const { return !_tracing; }
81 void sync() { _tracing = _active && _status; }

Completed in 3 milliseconds