Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Drecord_lib_interface.cpp109 PerfEventSetForCounting() : in_counting_state_(false) {} in PerfEventSetForCounting()
125 bool in_counting_state_; member in simpleperf::PerfEventSetForCounting
212 if (in_counting_state_) { in StartCounters()
224 in_counting_state_ = true; in StartCounters()
229 if (!in_counting_state_) { in StopCounters()
240 in_counting_state_ = false; in StopCounters()
245 if (!in_counting_state_) { in ReadCounters()