Searched defs:ReadCounter (Results 1 - 2 of 2) sorted by relevance

/system/extras/simpleperf/
H A Devent_fd.cpp129 PLOG(ERROR) << "ReadCounter from " << Name() << " failed";
135 bool EventFd::ReadCounter(PerfCounter* counter) { function in class:EventFd
H A Devent_selection_set.cpp540 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { function
541 if (!event_fd->ReadCounter(&counter->counter)) {
560 if (!ReadCounter(event_fd.get(), &counter)) {
816 if (!ReadCounter(it->get(), &counter)) {

Completed in 63 milliseconds