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

/gem5/src/cpu/
H A Dprofile.cc120 pc_count.clear();
127 map<Addr, Counter>::const_iterator i, end = pc_count.end();
128 for (i = pc_count.begin(); i != end; ++i) {
152 pc_count[symaddr]++;
156 pc_count[pc]++;
H A Dprofile.hh69 std::map<Addr, Counter> pc_count; member in class:FunctionProfile

Completed in 3 milliseconds