Home
last modified time | relevance | path

Searched refs:SubCounter (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Drecord_lib_interface.cpp123 void SubCounter(Counter& a, const Counter& b);
205 void PerfEventSetForCounting::SubCounter(Counter& a, const Counter& b) { in SubCounter() function in simpleperf::PerfEventSetForCounting
237 SubCounter(cur[i], last_start_counters_[i]); in StopCounters()
253 SubCounter((*counters)[i], last_start_counters_[i]); in ReadCounters()