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

/gem5/src/sim/probe/
H A Dprobe.hh44 * ProbePoint: an event probe point i.e. send a notify from the point
49 * can be added to each ProbePoint.
116 * Note a ProbeListener is added to the ProbePoint in constructor by
133 * listeners to the ProbePoint.
135 class ProbePoint class
140 ProbePoint(ProbeManager *manager, const std::string &name);
141 virtual ~ProbePoint() {}
158 std::vector<ProbePoint *> points;
167 * @brief Add a ProbeListener to the ProbePoint named by pointName.
168 * If the name doesn't resolve a ProbePoint retur
[all...]
H A Dprobe.cc45 ProbePoint::ProbePoint(ProbeManager *manager, const std::string& _name) function in class:ProbePoint
119 ProbeManager::addPoint(ProbePoint &point)

Completed in 5 milliseconds