Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Drecord_lib_interface.cpp107 class PerfEventSetForCounting : public PerfEventSetImpl { class
109 PerfEventSetForCounting() : in_counting_state_(false) {} in PerfEventSetForCounting() function in simpleperf::PerfEventSetForCounting
110 virtual ~PerfEventSetForCounting() {} in ~PerfEventSetForCounting()
134 bool PerfEventSetForCounting::CreateEventSelectionSet() { in CreateEventSelectionSet()
161 void PerfEventSetForCounting::InitAccumulatedCounters() { in InitAccumulatedCounters()
172 bool PerfEventSetForCounting::ReadRawCounters(std::vector<Counter>* counters) { in ReadRawCounters()
199 void PerfEventSetForCounting::AddCounter(Counter& a, const Counter& b) { in AddCounter()
205 void PerfEventSetForCounting::SubCounter(Counter& a, const Counter& b) { in SubCounter()
211 bool PerfEventSetForCounting::StartCounters() { in StartCounters()
228 bool PerfEventSetForCounting::StopCounters() { in StopCounters()
[all …]