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

/gem5/src/base/
H A Ddebug.cc72 bool SimpleFlag::_active = false; member in class:Debug::SimpleFlag
103 _active = true;
111 _active = false;
H A Ddebug.hh64 static bool _active; // whether debug tracings are enabled member in class:Debug::SimpleFlag
81 void sync() { _tracing = _active && _status; }

Completed in 5 milliseconds