HomeSort by relevance Sort by last modified time
    Searched refs:CountersInfo (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/
event_selection_set.h 30 struct CountersInfo {
74 bool ReadCounters(std::vector<CountersInfo>* counters);
event_selection_set.cpp 234 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) {
237 CountersInfo counters_info;
240 CountersInfo::CounterInfo counter_info;
cmd_stat.cpp 90 bool ShowCounters(const std::vector<CountersInfo>& counters, double duration_in_sec);
162 std::vector<CountersInfo> counters;
349 bool StatCommand::ShowCounters(const std::vector<CountersInfo>& counters, double duration_in_sec) {

Completed in 37 milliseconds