Go to the documentation of this file.
43 #include "debug/ProbeVerbose.hh"
44 #include "params/ProbeListenerObject.hh"
58 const ProbeListenerObjectParams ¶ms)
60 manager(params.manager->getProbeManager())
73 : manager(_manager),
name(_name)
86 DPRINTFR(ProbeVerbose,
"Probes: Call to addListener to \"%s\" on %s.\n",
90 if ((*p)->getName() == point_name) {
91 (*p)->addListener(&listener);
96 DPRINTFR(ProbeVerbose,
"Probes: Call to addListener to \"%s\" on "
97 "%s failed, no such point.\n", point_name,
object->
name());
105 DPRINTFR(ProbeVerbose,
"Probes: Call to removeListener from \"%s\" on "
107 bool removed =
false;
109 if ((*p)->getName() == point_name) {
110 (*p)->removeListener(&listener);
115 DPRINTFR(ProbeVerbose,
"Probes: Call to removeListener from \"%s\" "
116 "on %s failed, no such point.\n", point_name,
object->
name());
124 DPRINTFR(ProbeVerbose,
"Probes: Call to addPoint \"%s\" to %s.\n",
128 if ((*p)->getName() == point.
getName()) {
129 DPRINTFR(ProbeVerbose,
"Probes: Call to addPoint \"%s\" to %s "
ProbeListener(ProbeManager *manager, const std::string &name)
std::string getName() const
bool addListener(std::string point_name, ProbeListener &listener)
Add a ProbeListener to the ProbePoint named by pointName.
ProbeManager *const manager
std::vector< ProbeListener * > listeners
ProbeListenerObject(const ProbeListenerObjectParams ¶ms)
void addPoint(ProbePoint &point)
Add a ProbePoint to this SimObject ProbeManager.
ProbeListener base class; here to simplify things like containers containing multiple types of ProbeL...
virtual std::string name() const
std::vector< ProbePoint * > points
Vector for name look-up.
Abstract superclass for simulation objects.
const std::string & name()
ProbeManager is a conduit class that lives on each SimObject, and is used to match up probe listeners...
virtual ~ProbeListenerObject()
ProbePoint(ProbeManager *manager, const std::string &name)
ProbeListener base class; again used to simplify use of ProbePoints in containers and used as to defi...
const GEM5_CLASS_VAR_USED SimObject * object
Required for sensible debug messages.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
bool removeListener(std::string point_name, ProbeListener &listener)
Remove a ProbeListener from the ProbePoint named by pointName.
Generated on Wed Jul 13 2022 10:39:27 for gem5 by doxygen 1.8.17