Searched refs:last_start_counters_ (Results 1 – 1 of 1) sorted by relevance
128 std::vector<Counter> last_start_counters_; member in simpleperf::PerfEventSetForCounting221 if (!ReadRawCounters(&last_start_counters_)) { in StartCounters()237 SubCounter(cur[i], last_start_counters_[i]); in StopCounters()253 SubCounter((*counters)[i], last_start_counters_[i]); in ReadCounters()