Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_fd.cpp87 if (ReadCounter(&counter)) { in Id()
112 bool EventFd::ReadCounter(PerfCounter* counter) const { in ReadCounter() function in EventFd
Devent_fd.h57 bool ReadCounter(PerfCounter* counter) const;
Devent_selection_set.cpp113 if (!event_fd->ReadCounter(&counter)) { in ReadCounters()