Searched refs:PerfEventSetForCounting (Results 1 – 1 of 1) sorted by relevance
107 class PerfEventSetForCounting : public PerfEventSetImpl { class109 PerfEventSetForCounting() : in_counting_state_(false) {} in PerfEventSetForCounting() function in simpleperf::PerfEventSetForCounting110 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 …]