Home
last modified time | relevance | path

Searched refs:PerfCounter (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dcmd_stat.cpp50 bool ShowCounters(const std::map<const EventType*, std::vector<PerfCounter>>& counters_map,
110 std::map<const EventType*, std::vector<PerfCounter>> counters_map; in Run()
178 const std::map<const EventType*, std::vector<PerfCounter>>& counters_map, in ShowCounters()
194 PerfCounter sum_counter; in ShowCounters()
Devent_fd.h30 struct PerfCounter { struct
57 bool ReadCounter(PerfCounter* counter) const; argument
Devent_selection_set.cpp108 std::map<const EventType*, std::vector<PerfCounter>>* counters_map) { in ReadCounters()
110 std::vector<PerfCounter> counters; in ReadCounters()
112 PerfCounter counter; in ReadCounters()
Devent_fd.cpp86 PerfCounter counter; in Id()
112 bool EventFd::ReadCounter(PerfCounter* counter) const { in ReadCounter()
Devent_selection_set.h60 bool ReadCounters(std::map<const EventType*, std::vector<PerfCounter>>* counters_map);