Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h30 struct CountersInfo { struct
74 bool ReadCounters(std::vector<CountersInfo>* counters);
Devent_selection_set.cpp234 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters()
237 CountersInfo counters_info; in ReadCounters()
240 CountersInfo::CounterInfo counter_info; in ReadCounters()
Dcmd_stat.cpp90 bool ShowCounters(const std::vector<CountersInfo>& counters, double duration_in_sec);
162 std::vector<CountersInfo> counters; in Run()
349 bool StatCommand::ShowCounters(const std::vector<CountersInfo>& counters, double duration_in_sec) { in ShowCounters()