Searched refs:ReadCounters (Results 1 – 6 of 6) sorted by relevance
51 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()76 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()103 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()129 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()138 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()
114 bool ReadCounters(std::vector<Counter>* counters) override;175 if (!event_selection_set_->ReadCounters(&s)) { in ReadRawCounters()244 bool PerfEventSetForCounting::ReadCounters(std::vector<Counter>* counters) { in ReadCounters() function in simpleperf::PerfEventSetForCounting293 bool PerfEventSet::ReadCounters(std::vector<Counter>*) { in ReadCounters() function in simpleperf::PerfEventSet
162 bool ReadCounters(std::vector<CountersInfo>* counters);
715 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters() function in simpleperf::EventSelectionSet
583 if (!event_selection_set_.ReadCounters(&counters)) { in Run()
87 virtual bool ReadCounters(std::vector<Counter>* counters);