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

/gem5/src/cpu/kvm/
H A Dperfevent.hh174 * Create and attach a new counter group.
181 * Create and attach a new counter and make it a member of an
191 * Create a new counter, but don't attach it.
206 void attach(PerfKvmCounterConfig &config, pid_t tid) { function in class:PerfKvmCounter
207 attach(config, tid, -1);
221 void attach(PerfKvmCounterConfig &config, function in class:PerfKvmCounter
223 attach(config, tid, parent.fd);
308 void attach(PerfKvmCounterConfig &config, pid_t tid, int group_fd);
H A Dperfevent.cc73 attach(config, tid, -1);
80 attach(config, tid, parent);
161 PerfKvmCounter::attach(PerfKvmCounterConfig &config, function in class:PerfKvmCounter
175 panic("PerfKvmCounter::attach recieved error EACCESS\n"
182 panic("PerfKvmCounter::attach failed (%i)\n", errno);
H A Dbase.cc1311 hwCycles.attach(cfgCycles,
1385 // We need to detach and re-attach the counter to reliably change
1390 hwInstructions.attach(cfgInstructions,
/gem5/ext/iostream3/
H A Dzfstream.cc79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode);
464 gzofstream::attach(int fd, function in class:gzofstream
467 if (!sb.attach(f
[all...]
H A Dzfstream.h76 attach(int fd,
293 * Stream will be in state good() if attach succeeded; otherwise
297 attach(int fd,
382 * Stream will be in state good() if attach succeeded; otherwise
386 attach(int fd,
/gem5/src/dev/net/
H A Dethertap.hh161 void attach(int fd);
H A Dethertap.cc284 tap->attach(sfd);
324 EtherTapStub::attach(int fd) function in class:EtherTapStub
/gem5/src/arch/arm/
H A Dpmu.cc173 // Re-attach enabled counters after a resume in case they changed.
190 cycleCounter.attach(event);
536 PMU::CounterState::attach(PMUEvent* event) function in class:ArmISA::PMU::CounterState
589 ctr.attach(sourceEvent->second);
H A Dpmu.hh302 * attach this event to a given counter
304 * @param a pointer to the counter where to attach this event
440 * @param the event to attach the counter to
442 void attach(PMUEvent* event);
546 * Look at the state of a counter and (re-)attach the probes
/gem5/src/base/
H A Dremote_gdb.hh136 void attach(int fd);
H A Dremote_gdb.cc380 attach(sfd);
393 BaseRemoteGDB::attach(int f) function in class:BaseRemoteGDB

Completed in 26 milliseconds