Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_fd.h66 bool ReadCounter(PerfCounter* counter);
Dtest_util.cpp114 if (event_fd->ReadCounter(&counter)) { in HasNonZeroInstructionEventCount()
Devent_selection_set.cpp813 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { in ReadCounter() function
814 if (!event_fd->ReadCounter(&counter->counter)) { in ReadCounter()
833 if (!ReadCounter(event_fd.get(), &counter)) { in ReadCounters()
Devent_fd.cpp143 bool EventFd::ReadCounter(PerfCounter* counter) { in ReadCounter() function in simpleperf::EventFd
Dcmd_list.cpp161 if (!event_fd->ReadCounter(&counter)) { in TestEventSupportOnCpu()
Dcmd_stat.cpp821 if (!event_fd->ReadCounter(&counter)) { in CheckHardwareCountersOnCpu()