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

/gem5/src/arch/arm/
H A DArmPMU.py57 self.pmu.getCCObject().addEventProbe(self.eventId,
76 PyBindMethod("addEventProbe"),
H A Dpmu.hh82 * drive events. Configuration scripts should call addEventProbe() to
84 * architected events. The Python implementation of addEventProbe()
102 void addEventProbe(unsigned int id, SimObject *obj, const char *name);
H A Dpmu.cc129 PMU::addEventProbe(unsigned int id, SimObject *obj, const char *probe_name) function in class:ArmISA::PMU
/gem5/src/mem/cache/prefetch/
H A Dbase.hh377 void addEventProbe(SimObject *obj, const char *name);
H A Dbase.cc252 BasePrefetcher::addEventProbe(SimObject *obj, const char *name) function in class:BasePrefetcher
H A DPrefetcher.py59 self.prefetcher.getCCObject().addEventProbe(
67 PyBindMethod("addEventProbe"),

Completed in 18 milliseconds