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

/gem5/src/sim/probe/
H A Dprobe.cc49 manager->addPoint(*this);
119 ProbeManager::addPoint(ProbePoint &point) function in class:ProbeManager
121 DPRINTFR(ProbeVerbose, "Probes: Call to addPoint \"%s\" to %s.\n", point.getName(), object->name());
125 DPRINTFR(ProbeVerbose, "Probes: Call to addPoint \"%s\" to %s failed, already added.\n", point.getName(), object->name());
H A Dprobe.hh189 void addPoint(ProbePoint &point);

Completed in 9 milliseconds