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

/gem5/src/cpu/simple/probes/
H A Dsimpoint.cc52 currentBBVInstCount(0)
86 if (!currentBBVInstCount)
90 ++currentBBVInstCount;
102 info.insts = currentBBVInstCount;
103 info.count = currentBBVInstCount;
109 info.count += currentBBVInstCount;
111 currentBBVInstCount = 0;
H A Dsimpoint.hh118 uint64_t currentBBVInstCount; member in class:SimPoint

Completed in 2 milliseconds