Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_lib_test.cpp51 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()
Drecord_lib_interface.cpp114 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::PerfEventSetForCounting
293 bool PerfEventSet::ReadCounters(std::vector<Counter>*) { in ReadCounters() function in simpleperf::PerfEventSet
Devent_selection_set.h162 bool ReadCounters(std::vector<CountersInfo>* counters);
Devent_selection_set.cpp715 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters() function in simpleperf::EventSelectionSet
Dcmd_stat.cpp583 if (!event_selection_set_.ReadCounters(&counters)) { in Run()
/system/extras/simpleperf/include/
Dsimpleperf.h87 virtual bool ReadCounters(std::vector<Counter>* counters);