HomeSort by relevance Sort by last modified time
    Searched defs:ReadCounters (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
record_lib_interface.cpp 112 bool ReadCounters(std::vector<Counter>* counters) override;
173 if (!event_selection_set_->ReadCounters(&s)) {
242 bool PerfEventSetForCounting::ReadCounters(std::vector<Counter>* counters) {
291 bool PerfEventSet::ReadCounters(std::vector<Counter>*) {
event_selection_set.cpp 463 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) {

Completed in 576 milliseconds