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

/gem5/src/sim/probe/
H A Dprobe.cc89 for (auto p = points.begin(); p != points.end(); ++p) {
106 for (auto p = points.begin(); p != points.end(); ++p) {
123 for (auto p = points.begin(); p != points.end(); ++p) {
129 points.push_back(&point);
H A Dprobe.hh86 * points should normally be declared in their own header files. See
150 * and is used to match up probe listeners with probe points.
158 std::vector<ProbePoint *> points; member in class:ProbeManager

Completed in 6 milliseconds