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()108 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()134 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()143 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()
112 bool ReadCounters(std::vector<Counter>* counters) override;173 if (!event_selection_set_->ReadCounters(&s)) { in ReadRawCounters()242 bool PerfEventSetForCounting::ReadCounters(std::vector<Counter>* counters) { in ReadCounters() function in simpleperf::PerfEventSetForCounting291 bool PerfEventSet::ReadCounters(std::vector<Counter>*) { in ReadCounters() function in simpleperf::PerfEventSet
164 bool ReadCounters(std::vector<CountersInfo>* counters);
706 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters() function in EventSelectionSet
589 if (!event_selection_set_.ReadCounters(&counters)) { in Run()
87 virtual bool ReadCounters(std::vector<Counter>* counters);