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()
108 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()
134 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()
143 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()
Drecord_lib_interface.cpp112 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::PerfEventSetForCounting
291 bool PerfEventSet::ReadCounters(std::vector<Counter>*) { in ReadCounters() function in simpleperf::PerfEventSet
Devent_selection_set.h164 bool ReadCounters(std::vector<CountersInfo>* counters);
Devent_selection_set.cpp706 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters() function in EventSelectionSet
Dcmd_stat.cpp589 if (!event_selection_set_.ReadCounters(&counters)) { in Run()
/system/extras/simpleperf/include/
Dsimpleperf.h87 virtual bool ReadCounters(std::vector<Counter>* counters);