Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h113 bool ReadCounters(std::vector<CountersInfo>* counters);
Dcmd_stat.cpp410 if (!event_selection_set_.ReadCounters(&counters)) { in Run()
Devent_selection_set.cpp462 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters() function in EventSelectionSet