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

/gem5/src/cpu/kvm/
H A Dperfevent.cc90 if (attached())
97 assert(attached());
164 assert(!attached());
197 assert(attached());
220 assert(attached());
227 assert(attached());
237 assert(attached());
H A Dperfevent.hh201 * already attached.
215 * already attached.
229 /** Check if a counter is attached. */
230 bool attached() const { return fd != -1; } function in class:PerfKvmCounter
370 * attached to PerfEvent.
H A Dbase.cc1367 if (period == activeInstPeriod && hwInstructions.attached())
1387 if (hwInstructions.attached())
1389 assert(hwCycles.attached());
/gem5/src/base/
H A Dremote_gdb.hh138 bool isAttached() { return attached; }
192 bool attached; member in class:BaseRemoteGDB
H A Dremote_gdb.cc330 active(false), attached(false), sys(_system), tc(c),
400 attached = true;
401 DPRINTFN("remote gdb attached\n");
407 attached = false;
426 if (!attached)

Completed in 15 milliseconds